Skip to content

Releases: neuberoliveira/react-native-gps-state

1.2.1

11 Dec 13:19
Compare
Choose a tag to compare

Fixed the dynamic dependency issue. Changed gradle version from 2.2.+ to 2.2.3

1.2.0

07 Dec 15:04
Compare
Choose a tag to compare

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

13 Nov 13:22
Compare
Choose a tag to compare
append the _ in the "RCT_EXPORT_METHOD" methods