Home
last modified time | relevance | path

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

/expo/packages/@expo/config-plugins/src/android/
H A DStyles.ts68 const existingItem = appTheme.item.filter(({ $: head }) => head.name === name)[0]; constant
71 if (existingItem) {
72 return existingItem;
97 const existingItem = appTheme.item.filter(({ $: head }) => head.name === item.$.name)[0]; constant
100 if (existingItem) {
101 existingItem._ = item._;
102 existingItem.$ = item.$;
/expo/packages/@expo/config-plugins/build/android/
H A DStyles.js70 const existingItem = appTheme.item.filter(({
75 if (existingItem) {
76 return existingItem;
93 const existingItem = appTheme.item.filter(({
98 if (existingItem) {
99 existingItem._ = item._;
100 existingItem.$ = item.$;
H A DStyles.js.map1existingItem","filter","$","head","setStylesItem","buildResourceGroup","push","_","removeStylesIte…
/expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.js144 …const existingItem = array === null || array === void 0 ? void 0 : array.findIndex(existingItem =>…
145 if (existingItem > -1) {
147 array.splice(existingItem, 1);
H A DInterfaceBuilder.js.map1existingItem","toString","builder","Builder","preserveChildrenOrder","xmldec","version","encoding"…
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DInterfaceBuilder.ts409 const existingItem = array?.findIndex((existingItem) => existingItem.$.id === id); constant
410 if (existingItem > -1) {
412 array.splice(existingItem, 1);