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) • 500 B
TypeScript
import { ConfigPlugin } from 'expo/config-plugins';
declare const _default: ConfigPlugin<void | {
locationAlwaysAndWhenInUsePermission?: string | false | undefined;
locationAlwaysPermission?: string | false | undefined;
locationWhenInUsePermission?: string | false | undefined;
isIosBackgroundLocationEnabled?: boolean | undefined;
isAndroidBackgroundLocationEnabled?: boolean | undefined;
isAndroidForegroundServiceEnabled?: boolean | undefined;
}>;
export default _default;