react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
8 lines (7 loc) • 361 B
TypeScript
/**
* Implementation of bare plugin's Android/Android TV setup
*
* It scans the NPM dependencies, generates AboutLibraries-compatible metadata for them,
* installs & configures AboutLibraries Gradle plugin and adds Android Activity with a list of dependencies and their licenses
*/
export declare function androidCommand(androidProjectPath: string): void;