Home
last modified time | relevance | path

Searched refs:androidConfig (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-modules-autolinking/src/
H A DExpoModuleConfig.ts72 const androidConfig = this.rawConfig.android; constant
75 return androidConfig?.modules ?? androidConfig?.modulesClassNames ?? [];
/expo/packages/expo-modules-autolinking/build/
H A DExpoModuleConfig.js66 const androidConfig = this.rawConfig.android;
68 return androidConfig?.modules ?? androidConfig?.modulesClassNames ?? [];
H A DExpoModuleConfig.js.map1androidConfig = this.rawConfig.android;\n\n // `modulesClassNames` is a legacy name for the sam…
/expo/home/graphql/
H A Dtypes.ts4587 androidConfig?: Maybe<AndroidSubmissionConfig>;