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

Feature request: checkPermissions #236

Open avlonder opened 3 years ago

avlonder commented 3 years ago

Hi, Thanks for the latest updates. Great work! If, apart from the permissions request for iOS, you also add a permissions check, I can completely drop react-native-permissions in my apps :)

Agontuk commented 3 years ago

Actually I'm planning to remove permission related methods in favor of react-native-permissions. You can find the details here #224