Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

GPS state change detection in React Native

$
0
0

I'm looking for a way to detect the GPS state in react native app.
I have found react-native-gps-state package but this doesn't work for iOS.

I have tried watching the location change using react-native-geolocation-service.But WatchPosition() doesn't give any update when the GPS is off.

Is there any other way I can detect the GPS state change?


Viewing all articles
Browse latest Browse all 16552

Trending Articles