UNPKG

react-native-legal

Version:
8 lines (7 loc) 298 B
import type { ExpoConfig } from 'expo/config'; /** * Modifies application's build.gradle with AboutLibraries plugin * * NOTE: As of now, it doesn't support build.gradle.kts (Gradle Kotlin Script) */ export declare function applyAndConfigureAboutLibrariesPlugin(config: ExpoConfig): ExpoConfig;