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.2 * Platform: iOS or Android : Android * OS version: Android 13 * Device manufacturer / model: vivo y55 * React Native version...
## Your Environment * Plugin version: 4.13.3 * Platform: Android * OS version: 8 * Device manufacturer / model: samsung s9 * React Native version (`react-native -v`): 0.71.8 * Plugin...
## Your Environment * Plugin version: 4.93 * Platform: Android * OS version: 12 * Device manufacturer / model: Pixel 3 * React Native version (`react-native -v`): 0.68.5 * Plugin...
@christocracy ## Your Environment • Plugin version: react-native-background-geolocation : 4.14.1 , react-native-background-fetch : 4.2.1 • Platform: Android • OS version: Android 12 • Device manufacturer / model: simulator • React...
## Your Environment * Plugin version: ^4.13.3 * Platform: Android * OS version: Android 14 (34) * Device manufacturer / model: Android Emulator for Google Pixel * React Native version...
``` import BackgroundGeolocation from "react-native-background-geolocation"; // execute when app forground and background const startBackgroundLocationService = (shiftId) => { BackgroundGeolocation.ready({ heartbeatInterval: 10, preventSuspend: true, // { BackgroundGeolocation.start(); console.log("background location",state); }) BackgroundGeolocation.onHeartbeat(async(event)...
# Background geolocation not sending location when device has not been used for a while Background geolocation does not send the location after the device has not been used for...
## Your Environment Plugin version: ^4.12.0 Platform: iOS or Android iOS OS version: 16.4 React Native version (`react-native -v`): 0.71.7 * Plugin config ```javascript export const BACKGROUND_GEOLOCATION_READY_CONFIG = { desiredAccuracy:...
# Environment * Plugin version: * "react-native-background-fetch": "^4.2.1", "react-native-background-geolocation": "^4.12.1", * Platform: iOS * OS version: 16.6.1 * Device manufacturer / model: iphone 14 Pro max * React Native version...