UNPKG

react-native-legal

Version:
9 lines (8 loc) 357 B
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;