moaazsidat / react-native-qrcode-scanner

A QR code scanner component for React Native.
MIT License
2.04k stars 517 forks source link

How to re request permission? #399

Open ferriadi opened 1 year ago

ferriadi commented 1 year ago

I want to re request permission for camera when user not allowed, how i can handle to re request permission? I have try to request permission using PermissionsAndroid.request( PermissionsAndroid.PERMISSIONS.CAMERA ) but the library just loading and won't reload the permission. Anyone can help?

BraveEvidence commented 1 year ago

This will help you https://www.youtube.com/watch?v=sE0MEyFA7E4&list=PLQhQEGkwKZUrempLnmxjt7ZCZJu1W3p2i&index=10