react-native-geolocation
react-native-geolocation copied to clipboard
How do we get the user's approximate location (iOS 14+ when "Use precise" is turned off)?
When a user allows location services but turns off precise location, we get a timeout error when using .getCurrentPosition(). Any ideas how we can access their approximate location like google maps does? Or would we need to submit a PR?