Home
last modified time | relevance | path

Searched refs:dynamicConfigObjectType (Results 1 – 6 of 6) sorted by relevance

/expo/packages/@expo/config/build/
H A DConfig.types.d.ts43 dynamicConfigObjectType: string | null; property
H A DConfig.js194 function fillAndReturnConfig(config, dynamicConfigObjectType) { argument
205 dynamicConfigObjectType,
H A DConfig.types.js.map1 ….\n * Returns null if no dynamic config file exists.\n */\n dynamicConfigObjectType: string |…
H A DConfig.js.map1dynamicConfigObjectType","configWithDefaultValues","ensureConfigHasDefaultValues","exp","pkg","ski…
/expo/packages/@expo/config/src/
H A DConfig.types.ts44 dynamicConfigObjectType: string | null; property
H A DConfig.ts100 function fillAndReturnConfig(config: SplitConfigs, dynamicConfigObjectType: string | null) {
111 dynamicConfigObjectType,