Home
last modified time | relevance | path

Searched refs:isPublicConfig (Results 1 – 11 of 11) sorted by relevance

/expo/packages/@expo/cli/src/export/
H A DgetPublicExpoManifest.ts14 isPublicConfig: true,
/expo/packages/expo-constants/scripts/
H A DgetAppConfig.js19 isPublicConfig: true, property
/expo/packages/@expo/config/src/__tests__/
H A DConfig-test.ts97 const { exp } = getConfig('/private-data', { isPublicConfig: true });
112 const { exp } = getConfig('/no-private-data', { isPublicConfig: true });
/expo/packages/@expo/config/build/
H A DConfig.types.d.ts134 isPublicConfig?: boolean;
H A DConfig.js222 if (options.isPublicConfig) {
H A DConfig.types.js.map1 …fig: Partial<ExpoConfig>;\n};\n\nexport type GetConfigOptions = {\n isPublicConfig?: boolean;\n …
H A DConfig.js.map1isPublicConfig","_configWithDefaultVal","_configWithDefaultVal2","_configWithDefaultVal3","_config…
/expo/packages/@expo/config/src/
H A DConfig.types.ts151 isPublicConfig?: boolean;
H A DConfig.ts133 if (options.isPublicConfig) {
/expo/packages/@expo/cli/src/config/
H A DconfigAsync.ts83 isPublicConfig: true,
/expo/packages/expo-router/node/
H A DgetExpoConstantsManifest.js35 isPublicConfig: true, property