michalchudziak/react-native-geolocation

How to watch whether location permissions are obtained?

devethan opened this issue · 2 comments

  1. The app requests location permission
  2. But user declines the permission
  3. After then, the permission is set in device settings
  4. Check if permission is granted when returning to the foreground of app <- I am looking for a way to do this.

I think the best way would be to use some permission management library :)

@michalchudziak Yes I think that would be great, thanks for the answer!