in my expo app I am using expo-camera for scanning barcodes(ean13) it works with android but on ios only the camera opens, scan doesnt work
nothing happens onBarcodeScanned not triggering.
I also changed barcodecode for like ‘qr’ but nothing happened camera opens but doesnt scan the ean13 codes I expected.
<CameraView
onBarcodeScanned={scanned ? undefined : handleBarCodeScanned}
barcodeScannerSettings={{
barCodeTypes: ["ean13"],
}}
style={StyleSheet.absoluteFillObject}
/>
New contributor
ahmet adsay is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.