UNPKG

@fullstory/react-native

Version:
8 lines (7 loc) 604 B
import { ConfigPlugin } from '@expo/config-plugins'; import { FullStoryAndroidProps } from '.'; export declare const addFullStoryMavenRepo: (projectBuildGradle: string) => string; export declare const addFullStoryProjectDependency: (projectBuildGradle: string, version: string) => string; export declare const addFullStoryGradlePlugin: (appBuildGradle: string, { org, host, logLevel, logcatLevel, enabledVariants, recordOnStart, version, additionalConfigs, }: FullStoryAndroidProps) => string; declare const withFullStoryAndroid: ConfigPlugin<FullStoryAndroidProps>; export default withFullStoryAndroid;