react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
9 lines (8 loc) • 357 B
TypeScript
import { type ConfigPlugin } from 'expo/config-plugins';
/**
* Implementation of config plugin for iOS setup
*
* It scans the NPM dependencies, generates LicensePlist-compatible metadata,
* configures Settings.bundle and registers a shell script generating LicensePlist metadata for iOS dependencies
*/
export declare const withIosLegal: ConfigPlugin;