You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 12, 2023. It is now read-only.
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?
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?