react-native-geolocation
react-native-geolocation copied to clipboard
Geolocation APIs for React Native
[Reviewing the code](https://github.com/michalchudziak/react-native-geolocation/blob/7de1d36bc1b7bf474f241fd6b0c7225b884f73a4/android/src/main/java/com/reactnativecommunity/geolocation/GeolocationModule.java#L52), it appears that the default location provider configuration setting, `auto`, always yields the Android location provider. - At [GeolocationModule.java:37](https://github.com/michalchudziak/react-native-geolocation/blob/7de1d36bc1b7bf474f241fd6b0c7225b884f73a4/android/src/main/java/com/reactnativecommunity/geolocation/GeolocationModule.java#L37), `mLocationManager` is set to `AndroidLocationManager`. - When the...
## Environment ## Platforms IOS ## Versions - Android: 12 - iOS: 16 - react-native-geolocation:"^3.0.5" - react-native: "0.68.2" - react:"17.0.2" ## Description Geolocation service in iOS is taking nearly 10secs...
## Environment System: OS: Windows 10 10.0.19043 CPU: (8) x64 Intel(R) Core(TM) i5-1035G1 CPU @ 1.00GHz Memory: 1.32 GB / 7.80 GB Binaries: Node: 16.15.1 - C:\Program Files\nodejs\node.EXE Yarn: 1.22.19...
Include instructions to use background location on android. # Overview Added instructions to enable background location for android.
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
## Environment System: OS: macOS 13.2.1 CPU: (8) arm64 Apple M1 Pro Memory: 122.23 MB / 16.00 GB Shell: 5.8.1 - /bin/zsh Binaries: Node: 16.19.1 - ~/.nvm/versions/node/v16.19.1/bin/node Yarn: 1.22.18 -...
## Environment LG V30 (Android 9) ## Platforms Android ## Versions - Android: 9 - iOS: - react-native-geolocation: 3.0.3 - react-native: 0.70.4 - react: 18.1.0 ## Description Upgraded Geolocation from...
# Overview When getting the location from playServices, the app crashes for some users. Not able to reproduce it. It has also been reported [Here](https://github.com/michalchudziak/react-native-geolocation/issues/241) #Crash Log `Fatal Exception: java.lang.NullPointerException:...
### Hey everyone! I have encountered a problem with `speed` and `heading` from `watchPosition` listener ``` useEffect(() => { const watchId = Geolocation.watchPosition(({ coords }) => { const { latitude:...
## Environment Galaxy S22 Ultra Galaxy S20 FE 5G Galaxy A73 5G Redmi K40 ## Platforms Android ## Versions - Android: - iOS: - react-native-geolocation:3.0.5 - react-native:18.1.0 - react:0.70.5 ##...