Skip to content
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

Change Geolocation package to use react-native-geolocation-service #111

Open
coverney opened this issue May 6, 2021 · 1 comment
Open
Labels
android bug Something isn't working dependencies Pull requests that update a dependency file good first issue Good for newcomers
Milestone

Comments

@coverney
Copy link

coverney commented May 6, 2021

Find an alternative geolocation package that does not require internet connection and obtains GPS information directly from the device. A possible one is react-native-geolocation-service. The current React Native Geolocation package times out when the device is offline. A possible solution to this is switching to Google Play Services’ new FusedLocationProviderClient API

Another package that can be used is react-native-geolocation-offline-and-airplanemode (source)

@coverney coverney added bug Something isn't working good first issue Good for newcomers dependencies Pull requests that update a dependency file android labels May 6, 2021
@coverney coverney added this to the Top Priority milestone May 10, 2021
@coverney
Copy link
Author

Current Geolocation package is used here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android bug Something isn't working dependencies Pull requests that update a dependency file good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant