react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
8 lines (7 loc) • 327 B
TypeScript
/**
* Implementation of bare plugin's iOS/tvOS setup
*
* It scans the NPM dependencies, generates LicensePlist-compatible metadata for them,
* configures Settings.bundle and registers a shell script generating LicensePlist metadata for iOS dependencies
*/
export declare function iosCommand(iosProjectPath: string): void;