Basic barcode scanner for React Native by Paraboly
npm install @paraboly/react-native-barcode-scanner



!Platform - Android and iOS


Add the dependency:
``ruby`
npm i @paraboly/react-native-barcode-scanner
###### IMPORTANT! You need install them
`js`
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-camera": ">= 3.31.0"
`js`
import BarcodeScanner from "@paraboly/react-native-barcode-scanner";
I suggest you that you the barcode scanner as a new Screen and make it a part of Navigation Service.
`js``
FreakyCoder, kurayogun@gmail.com
React Native Barcode Scanner is available under the MIT license. See the LICENSE file for more info.