react-native-qrcode-scanner
react-native-qrcode-scanner copied to clipboard
QR Code Scanning is not working on iOS
What's happening?
I'm using react-native-qrcode-scanner for scanning QR codes. I have folllowed the steps given in the documentation and everything is working great on Android but not scanning a single code on iOS side.
Build details?
This is my package.json package.json.zip
https://github.com/moaazsidat/react-native-qrcode-scanner/issues/237
Same issue, the QR codes in android give type = QR_CODE in the scan result, whereas the same QR code in ios gives type = org.iso? Does anyone know about the issue?