Releases: neuberoliveira/react-native-gps-state
Releases · neuberoliveira/react-native-gps-state
1.2.1
1.2.0
In Android M and above with the new permissions system, when you enable location in the configs there's no way to be notified about this change.
To solve this i put a timer that tick every 3s, for about 1.30min, and check the status with checkSelfPermission
so when the permission change the app can be notified and respond accordingly.
1.0.0
append the _ in the "RCT_EXPORT_METHOD" methods