| /expo/ios/Exponent/Kernel/Views/Loading/ |
| H A D | EXManagedAppSplashScreenConfiguration.m | 6 imageUrl:(NSString *)imageUrl 11 _imageUrl = imageUrl;
|
| H A D | EXManagedAppSplashScreenConfiguration.h | 13 @property (strong, nonatomic, nullable, readonly) NSString *imageUrl; 18 imageUrl:(NSString * _Nullable)imageUrl
|
| H A D | EXManagedAppSplashScreenConfigurationBuilder.m | 13 static const NSString *kManifestImageUrlKey = @"imageUrl"; 23 NSString *imageUrl = [[self class] parseImageUrl:manifest]; 26 imageUrl:imageUrl
|
| H A D | EXManagedAppSplashScreenViewProvider.m | 53 if (self.configuration.imageUrl) { 57 // Only re-create the splashImageView when the imageUrl or imageResizeMode changes 58 if (![previousConfiguration.imageUrl isEqualToString:self.configuration.imageUrl] || 63 …RCTImageSource *imageSource = [RCTConvert RCTImageSource:@{ @"uri": self.configuration.imageUrl }];
|
| /expo/android/expoview/src/main/java/host/exp/exponent/experience/splashscreen/ |
| H A D | ManagedAppSplashScreenViewProvider.kt | 47 !config.imageUrl.equals(previousConfig.imageUrl) in configureSplashScreenView() 56 if (config.imageUrl == null) { in configureSplashScreenImageView() 59 Picasso.with(context).load(config.imageUrl).into( in configureSplashScreenImageView() 72 EXL.e(TAG, "Couldn't load image at url " + config.imageUrl) in configureSplashScreenImageView()
|
| H A D | ManagedAppSplashScreenConfiguration.kt | 19 var imageUrl: String? = null in <lambda>() variable in host.exp.exponent.experience.splashscreen.ManagedAppSplashScreenConfiguration 27 val imageUrl = parseImageUrl(manifest) in <lambda>() constant 35 if (imageUrl != null) { in <lambda>() 36 config.imageUrl = imageUrl in <lambda>()
|
| /expo/docs/ui/components/BoxLink/ |
| H A D | index.tsx | 11 imageUrl?: string; 14 export function BoxLink({ title, description, href, testID, Icon, imageUrl }: BoxLinkProps) { 30 {imageUrl && <img className="!w-9 !h-9 self-center" src={imageUrl} alt="Icon" />}
|
| /expo/packages/expo-router/ios/ |
| H A D | ExpoHeadModule.swift | 27 var imageUrl: URL? variable 164 if let localUrl = value.imageUrl?.path { in createOrUpdateActivity() 165 att.thumbnailURL = value.imageUrl in createOrUpdateActivity()
|
| /expo/packages/expo-router/src/head/ |
| H A D | ExpoHeadModule.ts | 27 imageUrl?: string;
|
| /expo/packages/expo-router/build/head/ |
| H A D | ExpoHeadModule.d.ts | 18 imageUrl?: string;
|
| H A D | ExpoHeadModule.js.map | 1 …ligibleForSearch?: boolean;\n\n /** Local file path for an image */\n imageUrl?: string;\n dark…
|
| /expo/ios/versioned/sdk48/ExpoImage/ |
| H A D | ImageView.swift | 161 private func imageLoadProgress(_ receivedSize: Int, _ expectedSize: Int, _ imageUrl: URL?) { in imageLoadProgress() 169 let isPhotoLibraryAsset = isPhotoLibraryAssetUrl(imageUrl) in imageLoadProgress() 185 _ imageUrl: URL? 199 "url": imageUrl?.absoluteString,
|
| /expo/packages/expo-image/ios/ |
| H A D | ImageView.swift | 173 private func imageLoadProgress(_ receivedSize: Int, _ expectedSize: Int, _ imageUrl: URL?) { in imageLoadProgress() 181 let isPhotoLibraryAsset = isPhotoLibraryAssetUrl(imageUrl) in imageLoadProgress() 197 _ imageUrl: URL? 217 "url": imageUrl?.absoluteString,
|
| /expo/ios/versioned/sdk49/ExpoImage/ |
| H A D | ImageView.swift | 173 private func imageLoadProgress(_ receivedSize: Int, _ expectedSize: Int, _ imageUrl: URL?) { in imageLoadProgress() 181 let isPhotoLibraryAsset = isPhotoLibraryAssetUrl(imageUrl) in imageLoadProgress() 197 _ imageUrl: URL? 211 "url": imageUrl?.absoluteString,
|
| /expo/docs/pages/develop/user-interface/ |
| H A D | store-data.mdx | 19 imageUrl="/static/images/packages/expo-secure-store.png" 30 imageUrl="/static/images/packages/expo-file-system.png" 52 imageUrl="https://react-native-async-storage.github.io/async-storage/img/logo.svg"
|
| /expo/ios/versioned/sdk48/ExpoImagePicker/ |
| H A D | MediaHandler.swift | 463 guard let imageUrl = mediaInfo[.referenceURL] as? URL else { variable 468 let assets = PHAsset.fetchAssets(withALAssetURLs: [imageUrl], options: nil) 478 guard let imageUrl = input?.fullSizeImageURL, variable 479 let properties = CIImage(contentsOf: imageUrl)?.properties
|
| /expo/ios/versioned/sdk47/ExpoImagePicker/ |
| H A D | MediaHandler.swift | 455 guard let imageUrl = mediaInfo[.referenceURL] as? URL else { variable 460 let assets = PHAsset.fetchAssets(withALAssetURLs: [imageUrl], options: nil) 470 guard let imageUrl = input?.fullSizeImageURL, variable 471 let properties = CIImage(contentsOf: imageUrl)?.properties
|
| /expo/ios/versioned/sdk47/EXManifests/EXManifests/ |
| H A D | ABI47_0_0EXManifestsBaseManifest.m | 244 @[@"ios", @"splash", @"imageUrl"], 245 @[@"splash", @"imageUrl"],
|
| /expo/packages/expo-image-picker/ios/ |
| H A D | MediaHandler.swift | 490 guard let imageUrl = mediaInfo[.referenceURL] as? URL else { variable 495 let assets = PHAsset.fetchAssets(withALAssetURLs: [imageUrl], options: nil) 505 guard let imageUrl = input?.fullSizeImageURL, variable 506 let properties = CIImage(contentsOf: imageUrl)?.properties
|
| /expo/ios/versioned/sdk49/ExpoImagePicker/ |
| H A D | MediaHandler.swift | 490 guard let imageUrl = mediaInfo[.referenceURL] as? URL else { variable 495 let assets = PHAsset.fetchAssets(withALAssetURLs: [imageUrl], options: nil) 505 guard let imageUrl = input?.fullSizeImageURL, variable 506 let properties = CIImage(contentsOf: imageUrl)?.properties
|
| /expo/packages/expo-notifications/src/ |
| H A D | Notifications.types.ts | 214 imageUrl: string | null; property
|
| /expo/packages/expo-notifications/build/ |
| H A D | Notifications.types.d.ts | 196 imageUrl: string | null; property
|
| H A D | Notifications.types.js.map | 1 …tings: boolean;\n eventTime: number | null;\n icon: string | null;\n imageUrl: string | null;\n…
|
| /expo/ios/versioned/sdk48/EXManifests/EXManifests/ |
| H A D | ABI48_0_0EXManifestsBaseManifest.m | 249 @[@"ios", @"splash", @"imageUrl"], 250 @[@"splash", @"imageUrl"],
|
| /expo/docs/pages/routing/ |
| H A D | appearance.mdx | 69 imageUrl="/static/images/packages/expo-image.png"
|