Searched refs:removeExisting (Results 1 – 4 of 4) sorted by relevance
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.js | 10 exports.removeExisting = removeExisting; 53 removeExisting(mainView.subviews[0].imageView, IMAGE_ID); 59 removeExisting(constrainsArray, constraint); 137 removeExisting(array, item); 141 function removeExisting(array, item) { function
|
| H A D | InterfaceBuilder.d.ts | 215 export declare function removeExisting<TItem extends {
|
| H A D | InterfaceBuilder.js.map | 1 …removeExisting","subviews","imageView","getAbsoluteConstraints","forEach","constraint","constrains…
|
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | InterfaceBuilder.ts | 295 removeExisting(mainView.subviews[0].imageView, IMAGE_ID); 301 removeExisting(constrainsArray, constraint); 399 removeExisting(array, item); 404 export function removeExisting<TItem extends { $: { id: string } }>( function
|