react-native-geolocation
react-native-geolocation copied to clipboard
Geolocation APIs for React Native
  ## Environment ## Platforms ## Versions - Android: - iOS: - react-native-geolocation: - react-native: - react: ## Description ## Reproducible Demo
## 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...
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...
The whole question is in the title
Watchposition not working on app killed state in ios but working fine in android on app killed state
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...
## 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...
## 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...
## Environment ## Platforms ## Versions - Android: - iOS: - react-native-geolocation: - react-native: - react: ## Description I am using this type of code useEffect(() => { let locationTimeout:...
## 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...