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 291 forks source link

[iOS] Added permission getter and listener #249

Open MarcoScabbiolo opened 3 years ago

MarcoScabbiolo commented 3 years ago

Tested in the simulator and added to our next production release with patch-package.

Agontuk commented 3 years ago

Awesome work, I'll take a look as soon as possible. One thing, we won't be needing getCurrentAuthorizaion as we're removing permission related features in favor of react-native-permissions. It has a unified workflow for all platforms and easy to use. You can check the details here #224

MarcoScabbiolo commented 3 years ago

Looks good, I think merging this before the mayor breaking change to use react-native-permission wouldn't hurt, right?