react-native-background-geolocation
react-native-background-geolocation copied to clipboard
Sophisticated, battery-conscious background-geolocation with motion-detection
## Your Environment * Plugin version: 4.14.6 * Platform: Android * OS version: 13 * Device manufacturer / model: * React Native version (`react-native -v`): 72.6 * Plugin config ```javascript...
## Your Environment * Plugin version: 4.14.3 * Platform: iOS * OS version: 17.1.2 * Device manufacturer / model: iPhone12,8 * React Native version (`react-native -v`): 11.3.7 * Plugin config...
## Your Environment * Plugin version: 4.14.6 * Platform: Android * OS version: 14 * Device manufacturer / model: Google Pixel 6 * React Native version (`react-native -v`): 0.73.4 (Expo...
## Your Environment * Plugin version: 4.14.5 * Platform: iOS & Android * OS version: - * Device manufacturer / model: - * React Native version (`react-native -v`): * Plugin...
## Your Environment ] * Platform: iOS or Android * React Native version (`react-native -0.71.7"`): ```javascript BackgroundGeolocation.ready({ // Geolocation Config desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH, distanceFilter: 10, // Activity Recognition stopTimeout: 5, heartbeatInterval:...
## Your Environment npx react-native info info Fetching system and libraries information... System: OS: macOS 14.3.1 CPU: (8) arm64 Apple M2 Memory: 1.11 GB / 8.00 GB Shell: 5.9 -...
## Your Environment * Plugin version: 4.13.2 * Platform: iOS * OS version: iOS 17.3 * Device manufacturer / model: iOS Simulator * React Native version (`react-native -v`): 0.68.2 *...
When the exit is triggered for geofence events, the latitude and longitude captured in the geofence event are very far from the actual geofences. Below is provided one example where...
When the geofence event is triggered for configured geofences, the geofences are not getting inserted to sqlite database of locations as per the geolocation logs. Below is provided one example:...
When iOS app is minimized we get location data for a few seconds, but then it stops. We've tried setting up heartbeat with a heartbeat interval, and preventSuspend but never...