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

React native geolocation service for iOS and android

Results 130 react-native-geolocation-service issues
Sort by recently updated
recently updated
newest added

## Environment System: OS: macOS 12.3.1 CPU: (4) x64 Intel(R) Core(TM) i5-5250U CPU @ 1.60GHz Memory: 37.18 MB / 8.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 14.15.0 - ~/.nvm/versions/node/v14.15.0/bin/node...

bug

## Platforms Is this issue related to Android, iOS, or both: Both ## Versions Please add the used versions/branches - Android: 10 and latest version - iOS: 14 and latest...

bug

Actually It is not a bug but I want to know the best way to handle this scenario. If the user does not have an internet connection, I need to...

bug

On iOS, with use_frameworks defined, library fails to build. Fix is that in the libraries pod file, dependency should be React-Core and NOT React ``` - s.dependency 'React' + s.dependency...

bug

Hi there, thanks for provide this awesome lib I have issue with `watchPosition` doesn't work when test on huawei cloud device It doesn't trigger the `watchPosition`, put the console log...

## Environment Run `npx react-native info` in your terminal and copy the results here. ## Platforms Ios ## Versions Latest ## Description npm run ios or yarn run ios in...

bug

![image](https://user-images.githubusercontent.com/42457760/178461416-9d104773-3eb4-4f64-b150-c0d40a5534b8.png)

bug

`Geolocation.watchPosition((position) => { const speed = position.coords.speed; })` What I wonder is, what is the unit of speed in this code ? Is it `meters/seconds` ?

Hi, I tried to wrap Geolocation.getCurrentPosition to promise to have possibility use it with async await. It looks like this: const getCurrentPosition = (): Promise => new Promise((resolve, reject) =>...