-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Explore defaults to worldwide #2032
Comments
@kueda this issue is in getCurrentPosition in src/sharedHelpers/fetchUserLocation.ts as it is using geolocation and giving error {"ACTIVITY_NULL": 4, "PERMISSION_DENIED": 1, "POSITION_UNAVAILABLE": 2, "TIMEOUT": 3, "code": 3, "message": "Location request timed out"} |
Same issue here |
Looks like michalchudziak/react-native-geolocation#317 supposedly fixed it so maybe this is just a matter of updating a dependency. @israr002, sure, go ahead and work on this if you like, I'll assign you. Please try to update the library first and if that doesn't work, go ahead and try that workaround with |
@keuda i checked in the new version the issue is same. |
Same issue with the latest version. With enableHighAccuracy:true it gives always timeout. |
Describe the bug
On Android, going to Explore defaults to worldwide, even when you have already granted location permissions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Nearby results should load be default.
Context (please complete the following information):
The text was updated successfully, but these errors were encountered: