UNPKG

react-native-legal

Version:
8 lines (7 loc) 327 B
/** * 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;