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 Split location manager into two managers to support observers and direct queries at the same time. This PR does the following: - Add a new location manager instance...

#145 # Overview Add Windows support targeting React Native Windows 0.64.0. I don't claim to be a C++ expert, so am open for any and all feedback. I am opening...

## Environment ``` System: OS: macOS Mojave 10.14.6 CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz Memory: 59.02 MB / 32.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 12.14.0...

bug

When location request dialog pops up `getCurrentPosition` function throws following error almost immediately (after 2-3 seconds). BUT, if I allow app to use location quick enough, then no error is...

question

``` "dependencies": { "@react-native-async-storage/async-storage": "^1.15.14", "@react-native-community/geolocation": "^2.0.2", "@react-navigation/bottom-tabs": "^6.0.9", "@react-navigation/drawer": "^6.1.8", "@react-navigation/native": "^6.0.6", "@react-navigation/native-stack": "^6.2.5", "lottie-react-native": "^5.0.1", "mobx": "^6.3.11", "mobx-react-lite": "^3.2.3", "react": "17.0.2", "react-native": "0.66.4", "react-native-console-time-polyfill": "^1.2.3", "react-native-flipper": "^0.125.0", "react-native-geolocation-service":...

bug

It takes quite long for `watchPosition `to return an initial position. I wonder if I am not following best practices for this matter. I have the following `useEffect` which sets...

question

## Environment ## Platforms ## Versions - Android: - iOS: - react-native-geolocation: - react-native: - react: ## Description Code : 2, Message: "unable to retrieve location", PERMISSION_DENIED:1,POSITION_UNAVAILABLE: 2. in IOS...

bug

ReactNative: 0.57.8 react: 16.6.3 @react-native-community/geolocation: 1.4.2 I have configured location permissions:'ACCESS_FINE_LOCATION' in AndroidManifest.xml, but GPS doesn't work in some android systems:Location request timed out PERMISSION_DENIED: 1 POSITION_UNAVAILABLE: 2 TIMEOUT: 3...

question

https://reactnative.dev/docs/permissionsandroid.html gives page not found https://reactnative.dev/docs/permissionsandroid works

Getting the below error { "PERMISSION_DENIED": 1, "POSITION_UNAVILABLE":2, "TIMEOUT": 3, "code" 2, "message": "No location provider available."} Environment react-native-cli: 2.0.1 react-native: 0.62.2 @react-native-community/geolocation: ^2.0.2 buildToolsVersion = "28.0.3" minSdkVersion = 16...

question