Home
last modified time | relevance | path

Searched refs:imageName (Results 1 – 10 of 10) sorted by relevance

/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwtihIosSplashScreenStoryboardImage.ts22 const imageName = 'SplashScreen'; constant
28 imageName,
32 return removeImageFromSplashScreen(obj, { imageName });
H A DInterfaceBuilder.ts289 { 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 DwtihIosSplashScreenStoryboardImage.js32 const imageName = 'SplashScreen';
38 imageName
42 imageName field
H A DInterfaceBuilder.js49 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 DInterfaceBuilder.d.ts199 export declare function removeImageFromSplashScreen(xml: IBSplashScreenDocument, { imageName }: {
200 imageName: string;
202 export declare function applyImageToSplashScreenXML(xml: IBSplashScreenDocument, { imageName, conte…
203 imageName: string;
H A DwtihIosSplashScreenStoryboardImage.js.map1imageName","contentMode","getImageContentMode","applyImageToSplashScreenXML","removeImageFromSplas…
H A DInterfaceBuilder.js.map1imageName","mainView","document","scenes","scene","objects","viewController","view","removeExistin…
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/
H A DABI49_0_0RCTUtils.m803 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 DABI48_0_0RCTUtils.m803 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 DABI47_0_0RCTUtils.m803 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);