@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.
14 lines • 673 B
TypeScript
/**
* React Hooks for background location tracking
*
* @module hooks
*/
export { useLocationPermissions } from './useLocationPermissions';
export type { UseLocationPermissionsResult } from '../types';
export { useBackgroundLocation } from './useBackgroundLocation';
export type { UseBackgroundLocationResult, UseLocationTrackingOptions, } from '../types';
export { useLocationTracking } from './useLocationTracking';
export type { UseLocationTrackingResult } from './useLocationTracking';
export { useLocationUpdates } from './useLocationUpdates';
export type { UseLocationUpdatesOptions, UseLocationUpdatesResult, } from '../types';
//# sourceMappingURL=index.d.ts.map