UNPKG

react-native-background-location-tracker

Version:

this library tracks users location even when the app completely swiped. and sends the data to your backend controller. the only way to stop the service is StopLocationService method.

7 lines (3 loc) 162 B
import { NativeModules } from 'react-native'; const { sajjadBackgroundLocationTracker } = NativeModules; export default sajjadBackgroundLocationTracker;