react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
9 lines (8 loc) • 381 B
TypeScript
import { type ConfigPlugin } from 'expo/config-plugins';
/**
* Implementation of config plugin for Android setup
*
* It scans the NPM dependencies, generates AboutLibraries-compatible metadata,
* installs & configures AboutLibraries Gradle plugin and adds Android Activity with a list of dependencies and their licenses
*/
export declare const withAndroidLegal: ConfigPlugin;