Searched refs:imageName (Results 1 – 10 of 10) sorted by relevance
| /expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/ |
| H A D | wtihIosSplashScreenStoryboardImage.ts | 22 const imageName = 'SplashScreen'; constant 28 imageName, 32 return removeImageFromSplashScreen(obj, { imageName });
|
| H A D | InterfaceBuilder.ts | 289 { imageName }: { imageName: string } 307 const existingImageIndex = imageSection.findIndex((image) => image.$.name === imageName); 326 imageName, 329 imageName: string; 339 userLabel: imageName, 340 image: imageName, 376 const existingImageIndex = imageSection.findIndex((image) => image.$.name === imageName); 384 name: imageName,
|
| /expo/packages/@expo/prebuild-config/build/plugins/unversioned/expo-splash-screen/ |
| H A D | wtihIosSplashScreenStoryboardImage.js | 32 const imageName = 'SplashScreen'; 38 imageName 42 imageName field
|
| H A D | InterfaceBuilder.js | 49 imageName field 64 const existingImageIndex = imageSection.findIndex(image => image.$.name === imageName); 74 imageName, field 82 userLabel: imageName, 83 image: imageName, 115 const existingImageIndex = imageSection.findIndex(image => image.$.name === imageName); 123 name: imageName,
|
| H A D | InterfaceBuilder.d.ts | 199 export declare function removeImageFromSplashScreen(xml: IBSplashScreenDocument, { imageName }: { 200 imageName: string; 202 export declare function applyImageToSplashScreenXML(xml: IBSplashScreenDocument, { imageName, conte… 203 imageName: string;
|
| H A D | wtihIosSplashScreenStoryboardImage.js.map | 1 …imageName","contentMode","getImageContentMode","applyImageToSplashScreenXML","removeImageFromSplas…
|
| H A D | InterfaceBuilder.js.map | 1 …imageName","mainView","document","scenes","scene","objects","viewController","view","removeExistin…
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTUtils.m | 803 NSString *imageName = ABI49_0_0RCTBundlePathForURL(imageURL); 806 NSArray *imagePathComponents = [imageName pathComponents]; 811 imageName = [imageName substringFromIndex:(bundlePath.length + 1)]; 815 if (imageName) { 817 image = [UIImage imageNamed:imageName inBundle:bundle compatibleWithTraitCollection:nil]; 819 image = [UIImage imageNamed:imageName]; 844 image = [UIImage imageNamed:imageName inBundle:bundle compatibleWithTraitCollection:nil]; 846 … ABI49_0_0RCTLogWarn(@"Image %@ not found in mainBundle, but found in %@", imageName, bundle);
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTUtils.m | 803 NSString *imageName = ABI48_0_0RCTBundlePathForURL(imageURL); 806 NSArray *imagePathComponents = [imageName pathComponents]; 811 imageName = [imageName substringFromIndex:(bundlePath.length + 1)]; 815 if (imageName) { 817 image = [UIImage imageNamed:imageName inBundle:bundle compatibleWithTraitCollection:nil]; 819 image = [UIImage imageNamed:imageName]; 844 image = [UIImage imageNamed:imageName inBundle:bundle compatibleWithTraitCollection:nil]; 846 … ABI48_0_0RCTLogWarn(@"Image %@ not found in mainBundle, but found in %@", imageName, bundle);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTUtils.m | 803 NSString *imageName = ABI47_0_0RCTBundlePathForURL(imageURL); 806 NSArray *imagePathComponents = [imageName pathComponents]; 811 imageName = [imageName substringFromIndex:(bundlePath.length + 1)]; 815 if (imageName) { 817 image = [UIImage imageNamed:imageName inBundle:bundle compatibleWithTraitCollection:nil]; 819 image = [UIImage imageNamed:imageName]; 844 image = [UIImage imageNamed:imageName inBundle:bundle compatibleWithTraitCollection:nil]; 846 … ABI47_0_0RCTLogWarn(@"Image %@ not found in mainBundle, but found in %@", imageName, bundle);
|