You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I'm using the latest version "react": "18.2.0", "react-native": "0.71.3", "react-native-geolocation-service": "^5.3.1", I can't get the current location when my device doesn't have a cellular network and I'm using the app with a wi-fi connection.
I'm always getting a cached location that is too far from the current location. The issue is only in Android.
I tried { enableHighAccuracy: true, timeout: 15000, maximumAge: 1, }
I tried every possible solution.
I got the exact current location in Android using this but I want to use this package which supports GPS enable. When can I expect the fix?
The text was updated successfully, but these errors were encountered:
Hello,
I'm using the latest version
"react": "18.2.0", "react-native": "0.71.3", "react-native-geolocation-service": "^5.3.1",
I can't get the current location when my device doesn't have a cellular network and I'm using the app with a wi-fi connection.
I'm always getting a cached location that is too far from the current location. The issue is only in Android.
I tried
{ enableHighAccuracy: true, timeout: 15000, maximumAge: 1, }
I tried every possible solution.
I got the exact current location in Android using this but I want to use this package which supports GPS enable.
When can I expect the fix?
The text was updated successfully, but these errors were encountered: