Home
last modified time | relevance | path

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

/expo/packages/@expo/config/build/
H A DgetConfig.d.ts3 export declare function getDynamicConfig(configPath: string, request: ConfigContext): DynamicConfig… function
H A DgetConfig.js53 function getDynamicConfig(configPath, request) { function
/expo/packages/@expo/config/src/
H A DgetConfig.ts25 export function getDynamicConfig(configPath: string, request: ConfigContext): DynamicConfigResults { function