UNPKG

react-native-legal

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