Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DGoogleServices-test.ts7 getGoogleServicesFilePath,
19 describe(getGoogleServicesFilePath, () => {
21 expect(getGoogleServicesFilePath({})).toBe(null);
26 getGoogleServicesFilePath({
/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.js7 exports.getGoogleServicesFilePath = getGoogleServicesFilePath;
86 function getGoogleServicesFilePath(config) { function
91 const partialSourcePath = getGoogleServicesFilePath(config);
112 const googleServicesFile = getGoogleServicesFilePath(config);
125 const googleServicesFile = getGoogleServicesFilePath(config);
H A DGoogleServices.d.ts9 export declare function getGoogleServicesFilePath(config: Pick<ExpoConfig, 'android'>): string | nu… function
H A DGoogleServices.js.map1getGoogleServicesFilePath","_config$android$googl","_config$android","android","googleServicesFile…
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts59 export function getGoogleServicesFilePath(config: Pick<ExpoConfig, 'android'>) { function
68 const partialSourcePath = getGoogleServicesFilePath(config);
93 const googleServicesFile = getGoogleServicesFilePath(config);
111 const googleServicesFile = getGoogleServicesFilePath(config);