Agontuk / react-native-geolocation-service

React native geolocation service for iOS and android
https://www.npmjs.com/package/react-native-geolocation-service
MIT License
1.61k stars 292 forks source link

[android]: How to turn off 'This app needs location access' popup #261

Closed lity-opinov8 closed 3 years ago

lity-opinov8 commented 3 years ago

At the moment, when initializing the application, I get this popup and at the same time a request to use geolocation in the application, after confirming or refusing to use geolocation, the application is loaded but the popup remains, after pressing OK, again appears a request to use geolocation in the application

react-native 0.64.0 react-native-geolocation-service 5.2.0

IMG_2705

Agontuk commented 3 years ago

This popup is not part of the library, my guess it's coming from another library. Please check what other libraries you are using.