react-native-geolocation
react-native-geolocation copied to clipboard
Geolocation APIs for React Native
## Environment React-native ## Platforms issue on android ## Versions - Android: - iOS:9.0(saw in podfile) - react-native-geolocation:2.0.2 - react-native: 0.62.2 - react:16.11.0 ## Description Using geolocation to get current...
## watchPosition ID How can I get the id of the watchPosition to clear it? Seems like it's not returned.
## Environment ``` System: OS: macOS Mojave 10.14.6 CPU: (4) x64 Intel(R) Core(TM) i5-6267U CPU @ 2.90GHz Memory: 20.18 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 10.15.3...
## Ask your Question I have trouble when running gradlew assembleRelease: Task :@react-native-community_geolocation:compileReleaseJavaWithJavac FAILED node_modules/@react-native-community/geolocation/android/src/main/java/com/reactnativecommunity/geolocation/GeolocationModule.java:21: error: package androidx.core.content does not exist import androidx.core.content.ContextCompat; node_modules/@react-native-community/geolocation/android/src/main/java/com/reactnativecommunity/geolocation/GeolocationModule.java:274: error: cannot find symbol int finePermission...
## Environment System: OS: Linux 4.15 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: (8) x64 Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz Memory: 597.36 MB / 7.70 GB Shell: 4.4.20 - /bin/bash...
## Platforms iOS ## Versions > - react-native-geolocation:1.4.2 > - react-native:0.58.4 > - react:16.6.3 ## Description I am using Geolocation.getCurrentPosition method for getting current latitude and longitude and I am...
## Ask your Question Looks like we still need to run react-native link, will it be possible to use auto linking soon?
## Describe the Feature Is it possible to get some improvements to the permission handling? Right now, it's nearly impossible to control how permissions are prompted. For instance, Android will...