UNPKG

react-native-background-geolocation

Version:

The most sophisticated cross-platform background location-tracking & geofencing module with battery-conscious motion-detection intelligence

9 lines (8 loc) 227 B
import { ConfigPlugin } from '@expo/config-plugins'; type Props = { license?: string; hmsLicense?: string; polygonLicense?: string; }; declare const androidPlugin: ConfigPlugin<Props>; export default androidPlugin;