Searched refs:imageSection (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.js | 63 const imageSection = xml.document.resources[0].image; 64 const existingImageIndex = imageSection.findIndex(image => image.$.name === imageName); 66 imageSection.splice(existingImageIndex, 1); 114 const imageSection = xml.document.resources[0].image; 115 const existingImageIndex = imageSection.findIndex(image => image.$.name === imageName); 118 imageSection.splice(existingImageIndex, 1); 120 imageSection.push({
|
| H A D | InterfaceBuilder.js.map | 1 …imageSection","resources","image","existingImageIndex","findIndex","name","splice","childId","pare…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 305 const imageSection = xml.document.resources[0].image; constant 307 const existingImageIndex = imageSection.findIndex((image) => image.$.name === imageName); 309 imageSection.splice(existingImageIndex, 1); 374 const imageSection = xml.document.resources[0].image; constant 376 const existingImageIndex = imageSection.findIndex((image) => image.$.name === imageName); 379 imageSection.splice(existingImageIndex, 1); 381 imageSection.push({
|