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

How to check enable or disable GPS, without dialog window? #238

Closed moygospadin closed 3 years ago

moygospadin commented 3 years ago

How to check enable or disable GPS, without dialog window?

moygospadin commented 3 years ago

Solution was very simple, showLocationDialog prop in Geolocation.getCurrentPosition options

wanderSX commented 3 years ago

@moygospadin Have the same question. How did showLocationDialog helped you with GPS status check?