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