react-native-qrcode-scanner
react-native-qrcode-scanner copied to clipboard
Getting error "Unhandled Permission Error"
`[Unhandled promise rejection: Error: Tried to use permissions API but the host Activity doesn't implement PermissionAwareActivity.]
- node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:155:41 in createErrorFromErrorData
- node_modules/react-native/Libraries/BatchedBridge/NativeModules.js:104:55 in
- ... 5 more stack frames from framework internals`
my package.json file

Same problem here. Did you find a way around it?
I was trying to modify android/app/src/main/java/host/exp/exponent/MainActivity.java in my ejected Expo app like https://github.com/expo/expo/issues/2224#issuecomment-463242706 or https://github.com/wix/react-native-navigation/issues/3283#issue-328350574. But that didn't help. Weird that I see it only in the dev mode. It works fine if I compile a release apk.