| /expo/packages/expo-image/build/ |
| H A D | Image.js | 13 static prefetch(urls) { method in Image 14 return ExpoImageModule.prefetch(Array.isArray(urls) ? urls : [urls]);
|
| H A D | Image.d.ts | 9 static prefetch(urls: string | string[]): void;
|
| H A D | ExpoImage.web.d.ts | 3 prefetch(urls: string | string[]): void;
|
| H A D | ExpoImage.web.js | 9 prefetch(urls) { method
|
| H A D | Image.js.map | 1 …disk` cache policy.\n */\n static prefetch(urls: string | string[]): void {\n return ExpoIma…
|
| H A D | ExpoImage.web.js.map | 1 …ourceSelection';\n\nloadStyle();\n\nexport const ExpoImageModule = {\n prefetch(urls: string | st…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 281 static prefetch(url: string): Promise<boolean>; 317 prefetch(url: string): any;
|
| H A D | ABI48_0_0RCTImageViewManager.mm | 92 reject(@"E_INVALID_URI", @"Cannot prefetch an image for an empty URI", nil);
|
| H A D | ABI48_0_0RCTUIImageViewAnimated.m | 259 // Check if we should prefetch next frame or current frame
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/ |
| H A D | Image.d.ts | 342 static prefetch(url: string): Promise<boolean>; 378 prefetch(url: string): any;
|
| H A D | ABI49_0_0RCTImageViewManager.mm | 92 reject(@"E_INVALID_URI", @"Cannot prefetch an image for an empty URI", nil);
|
| H A D | ABI49_0_0RCTUIImageViewAnimated.m | 259 // Check if we should prefetch next frame or current frame
|
| /expo/packages/expo-image/src/ |
| H A D | Image.tsx | 17 static prefetch(urls: string | string[]): void { 18 return ExpoImageModule.prefetch(Array.isArray(urls) ? urls : [urls]);
|
| H A D | ExpoImage.web.tsx | 13 prefetch(urls: string | string[]): void {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/ |
| H A D | ABI47_0_0RCTImageViewManager.mm | 89 reject(@"E_INVALID_URI", @"Cannot prefetch an image for an empty URI", nil);
|
| H A D | ABI47_0_0RCTUIImageViewAnimated.m | 252 // Check if we should prefetch next frame or current frame
|
| /expo/docs/pages/archive/classic-updates/ |
| H A D | preloading-and-caching-assets.mdx | 29 …oadAsync()`](/versions/latest/sdk/asset). For images with remote URLs, use `Image.prefetch(image)`. 49 return Image.prefetch(image);
|
| /expo/packages/expo-image/ |
| H A D | CHANGELOG.md | 83 - Add prefetch implementation on web. ([#22630](https://github.com/expo/expo/pull/22630) by [@aleqs…
|
| /expo/packages/expo-dev-client/android/src/androidTest/assets/ |
| H A D | bundled_app.bundle | 282 …tch(u||function(){console.warn('Failed to get size for image: '+t)})},z.prefetch=function(t,n){var…
|
| /expo/packages/expo-dev-menu/assets/ |
| H A D | EXDevMenuApp.ios.js | 329 …tch(o||function(){console.warn('Failed to get size for image: '+t)})},z.prefetch=function(t){retur…
|
| H A D | EXDevMenuApp.android.js | 329 …tch(o||function(){console.warn('Failed to get size for image: '+t)})},L.prefetch=k,L.prefetchWithM…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 330 …tch(o||function(){console.warn('Failed to get size for image: '+t)})},z.prefetch=function(t){retur…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 330 …tch(o||function(){console.warn('Failed to get size for image: '+t)})},L.prefetch=k,L.prefetchWithM…
|