react-native-geolocation icon indicating copy to clipboard operation
react-native-geolocation copied to clipboard

How to Handle when permission denied in the right way?

Open HoaiHuynh opened this issue 4 years ago • 0 comments

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?

HoaiHuynh avatar Nov 24 '20 09:11 HoaiHuynh