Searched refs:existingItem (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Styles.ts | 68 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 D | Styles.js | 70 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 D | Styles.js.map | 1 …existingItem","filter","$","head","setStylesItem","buildResourceGroup","push","_","removeStylesIte…
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.js | 144 …const existingItem = array === null || array === void 0 ? void 0 : array.findIndex(existingItem =>… 145 if (existingItem > -1) { 147 array.splice(existingItem, 1);
|
| H A D | InterfaceBuilder.js.map | 1 …existingItem","toString","builder","Builder","preserveChildrenOrder","xmldec","version","encoding"…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 409 const existingItem = array?.findIndex((existingItem) => existingItem.$.id === id); constant 410 if (existingItem > -1) { 412 array.splice(existingItem, 1);
|