UNPKG

expo-location

Version:

Allows reading geolocation information from the device. Your app can poll for the current location or subscribe to location update events.

11 lines (10 loc) 428 B
import { ConfigPlugin } from 'expo/config-plugins'; declare const _default: ConfigPlugin<void | { locationAlwaysAndWhenInUsePermission?: string | false; locationAlwaysPermission?: string | false; locationWhenInUsePermission?: string | false; isIosBackgroundLocationEnabled?: boolean; isAndroidBackgroundLocationEnabled?: boolean; isAndroidForegroundServiceEnabled?: boolean; }>; export default _default;