react-native-qrcode-scanner
react-native-qrcode-scanner copied to clipboard
Scanner view doesn't show up when setting `fadeIn` property to `true` on Android
What's happening?
The scanning previewer doesn't show up on Android 6.0. But after I set the fadeIn property to false, it showed up again.
Build details?
- Using Android 6.0
"react-native-qrcode-scanner": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/react-native-qrcode-scanner/-/react-native-qrcode-scanner-1.0.1.tgz",
"integrity": "sha512-gZtvDUrg8ziU/jcJWIj4YI0KCuBmgiaK6NFHkdG8tW4OCnmXjP9Krzx8ePGyiy974nZVXH5feAnfnYU5rKNDIw==",
"requires": {
"prop-types": "15.6.2",
"react-native-permissions": "1.1.1"
}
},
I am experiencing a similar problem on Android 5.1. The scanning previewer doesn't show up. If I add the property
fadeIn={false}
then the camera display shows the text Camera not authorized.
I have the same issue as @handoff
Did you guys find a fix or a workaround? @nfacha @handoff