react-native-geolocation
react-native-geolocation copied to clipboard
How to Handle when permission denied in the right way?
Ask your Question
I try to use Android Permission, but when I run my app, it shows an alert to ask permission two times, when I call getPermission function it shows one time, and when Geolocation.getCurrentPosition() has been called, it shows again. How to fix this?