Home
last modified time | relevance | path

Searched refs:applyPlugin (Results 1 – 5 of 5) sorted by relevance

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DGoogleServices-test.ts6 applyPlugin,
132 describe(applyPlugin, () => {
156 expect(applyPlugin(validConfig, EXAMPLE_APP_BUILD_GRADLE)).toEqual(EXPECTED_APP_BUILD_GRADLE);
160 expect(applyPlugin(validConfig, EXPECTED_APP_BUILD_GRADLE)).toEqual(EXPECTED_APP_BUILD_GRADLE);
/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.js6 exports.applyPlugin = applyPlugin;
67 config.modResults.contents = applyPlugin(config, config.modResults.contents);
124 function applyPlugin(config, appBuildGradle) { function
H A DGoogleServices.d.ts17 export declare function applyPlugin(config: Pick<ExpoConfig, 'android'>, appBuildGradle: string): s…
H A DGoogleServices.js.map1applyPlugin","withGoogleServicesFile","withDangerousMod","setGoogleServicesFile","modRequest","pro…
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts35 config.modResults.contents = applyPlugin(config, config.modResults.contents);
110 export function applyPlugin(config: Pick<ExpoConfig, 'android'>, appBuildGradle: string) { function