UNPKG

react-native-legal

Version:
9 lines (8 loc) 448 B
import type { ExpoConfig } from 'expo/config'; /** * Registers a shell script that invokes generation of license metadata with LicensePlist * * It looks for the first application native target (Expo projects will only have single native target) * for which it creates & links a shell script build phase responsible for iOS native deps license metadata */ export declare function registerLicensePlistBuildPhase(config: ExpoConfig): ExpoConfig;