UNPKG

@gabriel-sisjr/react-native-background-location

Version:

React Native library for background location tracking using TurboModules. Track user location even when the app is minimized or in the background.

11 lines (8 loc) 303 B
"use strict"; import { TurboModuleRegistry } from 'react-native'; /** * Tracking options interface for TurboModule spec * Must be defined inline for Codegen compatibility */ export default TurboModuleRegistry.getEnforcing('BackgroundLocation'); //# sourceMappingURL=NativeBackgroundLocation.js.map