Searched refs:applyPlugin (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/__tests__/ |
| H A D | GoogleServices-test.ts | 6 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 D | GoogleServices.js | 6 exports.applyPlugin = applyPlugin; 67 config.modResults.contents = applyPlugin(config, config.modResults.contents); 124 function applyPlugin(config, appBuildGradle) { function
|
| H A D | GoogleServices.d.ts | 17 export declare function applyPlugin(config: Pick<ExpoConfig, 'android'>, appBuildGradle: string): s…
|
| H A D | GoogleServices.js.map | 1 …applyPlugin","withGoogleServicesFile","withDangerousMod","setGoogleServicesFile","modRequest","pro…
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | GoogleServices.ts | 35 config.modResults.contents = applyPlugin(config, config.modResults.contents); 110 export function applyPlugin(config: Pick<ExpoConfig, 'android'>, appBuildGradle: string) { function
|