react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
8 lines (7 loc) • 354 B
TypeScript
/**
* Registers a shell script that invokes generation of license metadata with LicensePlist
*
* It scans available application native targets and for each of them
* creates and links a shell script build phase responsible for iOS native deps license metadata
*/
export declare function registerLicensePlistBuildPhase(iosProjectPath: string): void;