Searched defs:getStaticConfig (Results 1 – 3 of 3) sorted by relevance
36 export function getStaticConfig(configPath: string): AppJSONConfig | ExpoConfig { function
92 const rawStaticConfig = paths.staticConfigPath ? getStaticConfig(paths.staticConfigPath) : null; constant
63 function getStaticConfig(configPath) { function