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?