UNPKG

@b8safe/react-native-safe

Version:
9 lines (8 loc) 405 B
import { type ConfigPlugin } from '@expo/config-plugins'; /** * Set the `enableLocation` flag inside of the XcodeProject. * This is used to enable location APIs. * If location is disabled, the CLLocation APIs are not used in the codebase. * This is useful if you don't use Location and apple review is unhappy about CLLocation usage. */ export declare const withAuthentication: ConfigPlugin<string>;