UNPKG

588 BTypeScriptView Raw
1import { ExpoConfig } from '../Config.types';
2export declare function getGoogleServicesFilePath(config: ExpoConfig): string | null;
3export declare function setGoogleServicesFile(config: ExpoConfig, projectDirectory: string, targetPath?: string): Promise<boolean>;
4/**
5 * Adding the Google Services plugin
6 * NOTE(brentvatne): string replacement is a fragile approach! we need a
7 * better solution than this.
8 */
9export declare function setClassPath(config: ExpoConfig, buildGradle: string): string;
10export declare function applyPlugin(config: ExpoConfig, appBuildGradle: string): string;