Home
last modified time | relevance | path

Searched defs:withGoogleServicesFile (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config-plugins/build/ios/
H A DGoogle.d.ts6 export declare const withGoogleServicesFile: ConfigPlugin; constant
H A DGoogle.js76 const withGoogleServicesFile = config => { function
/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.d.ts8 export declare const withGoogleServicesFile: ConfigPlugin; constant
H A DGoogleServices.js79 const withGoogleServicesFile = config => { function
/expo/packages/@expo/config-plugins/src/ios/
H A DGoogle.ts22 export const withGoogleServicesFile: ConfigPlugin = (config) => { constant
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts49 export const withGoogleServicesFile: ConfigPlugin = (config) => { constant