react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
10 lines (9 loc) • 459 B
TypeScript
import { type ConfigPlugin } from 'expo/config-plugins';
import type { PlatformPluginOptions } from '../types';
/**
* 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<PlatformPluginOptions>;