UNPKG

react-native-background-geolocation

Version:

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

17 lines (16 loc) 402 B
import { ConfigPlugin } from '@expo/config-plugins'; declare const withBackgroundGeolocation: ConfigPlugin<{ /** * Android license Default "" */ license?: string; /** * Huawei HMS license Default "" */ hmsLicense?: string; /** * Polygon Geofencing License Default "" */ polygonLicense?: string; } | void>; export default withBackgroundGeolocation;