UNPKG

react-native-legal

Version:
9 lines (8 loc) 381 B
import { type ConfigPlugin } from 'expo/config-plugins'; /** * 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;