react-native-qrcode-scanner icon indicating copy to clipboard operation
react-native-qrcode-scanner copied to clipboard

Scanner view doesn't show up when setting `fadeIn` property to `true` on Android

Open SeanChenU opened this issue 7 years ago • 3 comments

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?

  1. 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"
      }
    },

SeanChenU avatar Aug 01 '18 10:08 SeanChenU

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.

handoff avatar Aug 07 '18 13:08 handoff

I have the same issue as @handoff

nfacha avatar Sep 14 '18 18:09 nfacha

Did you guys find a fix or a workaround? @nfacha @handoff

AntoineHabert avatar Jan 09 '19 14:01 AntoineHabert