React Native expo-camera scanning Qr Code but not able to scan Barcode
I am able to scan QR code with expo-camera but not able to scan barcode .handleBarCodeScanned() methos is called for QR code but not for barcode . My code : <View style= {{height: 100}}><CameraView onBarcodeScanned={scanned ? undefined : handleBarCodeScanned} barcodeScannerSettings={{…