Home
last modified time | relevance | path

Searched refs:modRawConfig (Results 1 – 9 of 9) sorted by relevance

/expo/packages/@expo/config-plugins/src/plugins/
H A Dmod-compiler.ts140 const modRawConfig = getRawClone(config); constant
187 modRawConfig,
197 delete config.modRawConfig;
H A Dios-plugins.ts51 if (config.modRawConfig.ios?.infoPlist?.[settings.infoPlistProperty] === undefined) {
/expo/packages/@expo/config-plugins/build/plugins/
H A Dmod-compiler.js166 const modRawConfig = getRawClone(config);
206 modRawConfig
216 delete config.modRawConfig;
H A Dios-plugins.js53 …if (((_config$modRawConfig$ = config.modRawConfig.ios) === null || _config$modRawConfig$ === void …
H A Dios-plugins.js.map1modRawConfig$","_config$modRawConfig$2","existingProperty","expoPropertyGetter","get","expoConfigP…
H A Dmod-compiler.js.map1modRawConfig","platformName","entries","_config$mods","includes","_orders$platformName","name","jo…
/expo/packages/@expo/config-plugins/build/
H A DPlugin.types.d.ts64 readonly modRawConfig: ExpoConfig; property
H A DPlugin.types.js.map1 …alue explicitly and disable any automatic changes.\n */\n readonly modRawConfig: ExpoConfig;\n}…
/expo/packages/@expo/config-plugins/src/
H A DPlugin.types.ts78 readonly modRawConfig: ExpoConfig; property