UNPKG

react-native-legal

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