react-native-background-geolocation icon indicating copy to clipboard operation
react-native-background-geolocation copied to clipboard

Sophisticated, battery-conscious background-geolocation with motion-detection

Results 326 react-native-background-geolocation issues
Sort by recently updated
recently updated
newest added

Hi, I'm aware that there's a method to manually trigger location permissions, is there a similar way to trigger the permission for the motion sensors? The expo library to do...

I'm encountering an issue with the react-native-background-geolocation SDK where, even after calling the appropriate methods to stop tracking and remove listeners, the app continues to track the location. This is...

## Your Environment * Plugin version: 4.16.5 * Platform:both ios and android * OS version: 17 * Device manufacturer / model: 15pro max * React Native version (`react-native -v`):0.71.11 *...

stale

I am trying to use this plugin for a fitness tracking app. From what I have read in the docs it works as "expected", which is after the plugin has...

Docs question: The event property on the location object can be one of motionchange, providerchange, geofence, heartbeat according to the docs. But the prop is also optional, what does it...

## Your Environment IOS * Plugin version: 4.9.5 * Platform: iOS or Android IOS * OS version:17.5.1 * Device manufacturer / model: IPhone 13 * React Native version (`react-native -v`):...

## Your Environment * Plugin version: 4.16.5 * Platform: Android * OS version: 14 * Device manufacturer / model: Samsung A05 * React Native version (`react-native -v`): 0.68.2 * Plugin...

## Your Environment * Plugin version:4.16.3 * Platform: Android * OS version: Android 12 * Device manufacturer / model:samsung SM-M215F * React Native version (`react-native -v`):0.66.5 * Plugin config ```javascript...

Was checking changelog and saw 4.14.1 released on 2012, seemed like typo so fixed it from released tag date https://github.com/transistorsoft/react-native-background-geolocation/releases/tag/4.14.1

import React, { useState, useEffect } from 'react'; import { View, Button, Alert, StyleSheet } from 'react-native'; import BackgroundGeolocation from 'react-native-background-geolocation'; import Constants from 'expo-constants'; import * as Application from...