react-native-geolocation icon indicating copy to clipboard operation
react-native-geolocation copied to clipboard

Geolocation APIs for React Native

Results 189 react-native-geolocation issues
Sort by recently updated
recently updated
newest added
trafficstars

# Overview Add `.xcode.env.local` to `gitignore` and remove it from repo.

## Environment System: OS: macOS 14.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 111.42 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 22.1.0 path: /opt/homebrew/bin/node Yarn:...

bug

## Platforms iOS ## Versions - react-native-geolocation: 3.2.1 - react-native: 0.74.1 - react: 18.2.0 ## Description It looks like the function converting between the js dictionary and the `RNCGeolocationConfiguration` struct...

bug

I am getting the issue while using this plugins on android Please find below the warring message :- If you are using React Native v0.60.0+ you must follow these instructions...

bug

I want to track the device for more than 10 hours in IOS background(app is in minimised state).But the tracking ends in 40 minutes. Is there any solution for this?...

question

It's seems that library version 3.2.1 works with react-native below react-native 0.73.0 but the compatibility table in README indicates that we cannot use older react-native

question

The fix referenced in https://github.com/michalchudziak/react-native-geolocation/pull/294 was merged into `develop` in January. However, the changes are [not present in the latest release](https://github.com/michalchudziak/react-native-geolocation/blob/master/android/src/main/java/com/reactnativecommunity/geolocation/PlayServicesLocationManager.java), `3.2.1`.

bug

The dependency on [com.google.android.gms:play-services-location](https://github.com/michalchudziak/react-native-geolocation/blob/7bd62fd3cc2898a11d9ded1ad7840d849b8a5a82/android/build.gradle#L136) pulls non-free libs which make software using this library non-free Software. Alternatives are https://github.com/maplibre ref: https://gitlab.com/fdroid/fdroiddata/-/issues/3248

When using playServices provider the getCurrentPosition error callback is never called # Overview In Android platform, when you are using the playServices as location provider and any error occurs in...

# Overview This PR fixes a crash when starting an app using this library and denying the location permission. Instead of throwing an exception on native side that is not...