react-native-legal
Version:
Acknowledge OSS libraries used in your React Native app
8 lines (7 loc) • 304 B
TypeScript
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;