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

![Screenshot from 2024-11-29 18-39-32](https://github.com/user-attachments/assets/307f11eb-cbc4-4a32-9954-750e6f96ea78) ![Screenshot from 2024-11-29 18-40-00](https://github.com/user-attachments/assets/14473cd8-1705-45df-8dec-250f082a5bab) ## Environment ## Platforms ## Versions - Android: - iOS: - react-native-geolocation: - react-native: - react: ## Description ## Reproducible Demo

bug

## Environment ``` info Fetching system and libraries information... System: OS: Linux 6.15 Arch Linux CPU: (16) x64 AMD Ryzen 7 5800X3D 8-Core Processor Memory: 8.92 GB / 31.24 GB...

bug

Hi, I am using @react-native-community/geolocation in my React Native project, and I would like to detect if the retrieved location is a mock (fake) location. I checked the position object...

question

Watchposition not working on app killed state in ios but working fine in android on app killed state

question

timeout is not workling properly why ? code ``` let watchId; watchId = Geolocation.watchPosition(handleSuccess, handleError, { timeout: 1000, enableHighAccuracy: true, interval: 15 * 60 * 1000, maximumAge: 3000, }); const...

question

## Environment "react": "18.3.1", "react-native": "0.76.4", "@react-native-community/geolocation": "^3.4.0", ## Platforms Android ## Versions - Android: 31 - react-native-geolocation: "^3.4.0", - react-native: "0.76.4", - react: "18.3.1", ## Description Created new react...

bug

## Platforms Android bug, but didnt check on IOS. ## Versions - Android: 10 - iOS: - - react-native-geolocation: ^3.4.0 - react-native: 0.77.0 - react: 18.3.1 - newArch - enabled...

bug

## Environment ## Platforms ## Versions - Android: - iOS: - react-native-geolocation: - react-native: - react: ## Description I am using this type of code useEffect(() => { let locationTimeout:...

bug

## Ask your Question When the app requests location permissions on Android, the permission popup appears twice. It seems that the PermissionsAndroid.request function is being triggered multiple times under certain...

question