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

Custom Popup to get location permission #267

Closed aliwaqar981 closed 2 years ago

aliwaqar981 commented 3 years ago

Hi, First of all thanks for this great effort. I want's to display my own modal to get location permission and hide the default alert. Any help would be appreciated?

Agontuk commented 3 years ago

Which alert are you talking about ? If it's the one where you need to press Allow or Deny, that can't be changed. It's coming from system. Otherwise this library does not handle permission automatically, you can show any UI before the system alert.

Agontuk commented 2 years ago

Closing due to inactivity

faizansohail077 commented 2 years ago

Hello did you find solution for this?