react-native-background-geolocation
react-native-background-geolocation copied to clipboard
Sophisticated, battery-conscious background-geolocation with motion-detection
Please help me i copy the code of example but it will just print the location once , i want to print and send to server the location in every...
ios/build/Debug-iphonesimulator/MQTTClient/libMQTTClient.a(MQTTLog.o) os/build/Debug-iphonesimulator/XCFrameworkIntermediates/RNBackgroundGeolocation/TSLocationManager.framework/TSLocationManager(TSLog.o) I want to use sp-react-native-mqtt and eact-native-background-geolocation libraries, but I get a duplicate symbol error. Has anyone encountered this problem before or have a solution? There is no...
## Your Environment * Plugin version: 4.14.3 * Platform: iOS * OS version: 17.2 * Device manufacturer / model: Simulator * React Native version (`react-native -v`): 0.71.4 * Plugin config...
a lot of our client use this plugin and can't work on huawei device bcz its HMS Base we need to make a integration with Huawei mobile service we have...
## Your Environment * Plugin version: 4.12.1 * Platform: Android * OS version: 33 * React Native version (`react-native -v`): 0.71.6 * Plugin config ```javascript export const useBgGeolocation = (eventCarId:...
Appstore review rejected my app due to UIBackgroundModes in info.plist, i need help i spoke with apple support they said they can't help me , the only option is to...
import BackgroundFetch from 'react-native-background-fetch'; import BackgroundGeolocation from 'react-native-background-geolocation'; import { Alert } from "react-native"; export const initBackgroundFetch = async () => { BackgroundGeolocation.onLocation(location => { Alert.alert(location.toString()); console.log("[location] ", location); },...
BackgroundGeolocation.ready({ desiredAccuracy: BackgroundGeolocation.DESIRED_ACCURACY_HIGH, distanceFilter: 5, disableElasticity: true, stopTimeout: null, heartbeatInterval: 60, preventSuspend: true, locationProvider: BackgroundGeolocation.ACTIVITY_PROVIDER, locationAuthorizationRequest: 'Always', debug: false, //
## Your Environment * Plugin version:4.12.1 * Platform: Android * OS version: Android 13 * Device manufacturer / model: Iqoo I2208 * React Native version (`react-native -v`): 0.71.4 * Plugin...
The library template tags documentation is missing the description of some tags: https://transistorsoft.github.io/react-native-background-geolocation/interfaces/config.html#template-tags ## Your Environment * Plugin version: 4.14.5 * Platform: iOS * OS version: 17.2 * Device manufacturer...