react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
9 lines (8 loc) • 448 B
TypeScript
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;