Home
last modified time | relevance | path

Searched defs:withClassPath (Results 1 – 3 of 3) sorted by relevance

/expo/packages/@expo/config-plugins/build/android/
H A DGoogleServices.d.ts3 export declare const withClassPath: ConfigPlugin; constant
H A DGoogleServices.js53 const withClassPath = config => { function
/expo/packages/@expo/config-plugins/src/android/
H A DGoogleServices.ts18 export const withClassPath: ConfigPlugin = (config) => { constant