Home
last modified time | relevance | path

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

/expo/packages/@expo/config/src/
H A DgetConfig.ts36 export function getStaticConfig(configPath: string): AppJSONConfig | ExpoConfig { function
H A DConfig.ts92 const rawStaticConfig = paths.staticConfigPath ? getStaticConfig(paths.staticConfigPath) : null; constant
/expo/packages/@expo/config/build/
H A DgetConfig.js63 function getStaticConfig(configPath) { function