| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/ |
| H A D | Image-test.js.snap | 3 exports[`<Image /> should render as <Image> when mocked 1`] = ` 4 <Image 13 exports[`<Image /> should render as <RCTImageView> when not mocked 1`] = ` 34 exports[`<Image /> should shallow render as <ForwardRef(Image)> when not mocked 1`] = ` 35 <Image 44 exports[`<Image /> should shallow render as <Image> when mocked 1`] = ` 45 <Image
|
| H A D | assetRelativePathInSnapshot-test.js.snap | 5 <Image 8 "testUri": "../Libraries/Image/__tests__/img/img1.png", 12 <Image 15 "testUri": "../Libraries/Image/__tests__/img/img2.png",
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/ |
| H A D | Image-test.js.snap | 3 exports[`<Image /> should render as <Image> when mocked 1`] = ` 4 <Image 13 exports[`<Image /> should render as <RCTImageView> when not mocked 1`] = ` 43 exports[`<Image /> should shallow render as <ForwardRef(Image)> when not mocked 1`] = ` 44 <Image 53 exports[`<Image /> should shallow render as <Image> when mocked 1`] = ` 54 <Image
|
| H A D | assetRelativePathInSnapshot-test.js.snap | 5 <Image 8 "testUri": "../Libraries/Image/__tests__/img/img1.png", 12 <Image 15 "testUri": "../Libraries/Image/__tests__/img/img2.png",
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Image/__tests__/__snapshots__/ |
| H A D | Image-test.js.snap | 3 exports[`<Image /> should render as <Image> when mocked 1`] = ` 4 <Image 13 exports[`<Image /> should render as <RCTImageView> when not mocked 1`] = ` 43 exports[`<Image /> should shallow render as <ForwardRef(Image)> when not mocked 1`] = ` 44 <Image 53 exports[`<Image /> should shallow render as <Image> when mocked 1`] = ` 54 <Image
|
| H A D | assetRelativePathInSnapshot-test.js.snap | 5 <Image 8 "testUri": "../Libraries/Image/__tests__/img/img1.png", 12 <Image 15 "testUri": "../Libraries/Image/__tests__/img/img2.png",
|
| /expo/apps/test-suite/tests/ |
| H A D | Image.js | 3 import { Image } from 'expo-image'; 21 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoadStart', setPortalChild); 26 <Image source={NON_EXISTENT_SOURCE} />, 35 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoad', setPortalChild); 41 <Image source={NON_EXISTENT_SOURCE} />, 56 await mountAndWaitFor(<Image source={NON_EXISTENT_SOURCE} />, 'onError', setPortalChild); 62 <Image source={REMOTE_SOURCE} />, 77 await mountAndWaitFor(<Image source={REMOTE_SOURCE} />, 'onLoadEnd', setPortalChild); 81 await mountAndWaitFor(<Image source={NON_EXISTENT_SOURCE} />, 'onLoadEnd', setPortalChild);
|
| /expo/packages/expo-dev-client-components/src/icons/ |
| H A D | RunIcon.tsx | 3 import { Image } from '../Image'; 7 export function RunIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | PerformanceIcon.tsx | 3 import { Image } from '../Image'; 7 export function PerformanceIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | TerminalIcon.tsx | 3 import { Image } from '../Image'; 7 export function TerminalIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | RefreshIcon.tsx | 3 import { Image } from '../Image'; 7 export function RefreshIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | DebugIcon.tsx | 3 import { Image } from '../Image'; 7 export function DebugIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | ExpoLogoIcon.tsx | 3 import { Image } from '../Image'; 7 export function ExpoLogoIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image {...props} source={icon} />;
|
| H A D | ClipboardIcon.tsx | 3 import { Image } from '../Image'; 7 export function ClipboardIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | BuildingIcon.tsx | 3 import { Image } from '../Image'; 7 export function BuildingIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | ChevronRightIcon.tsx | 3 import { Image } from '../Image'; 7 export function ChevronRightIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | LoadingIndicatorIcon.tsx | 3 import { Image } from '../Image'; 7 export function LoadingIndicatorIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | ToolbarOverlayIcon.tsx | 3 import { Image } from '../Image'; 7 export function ToolbarOverlayIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | QuestionMarkIcon.tsx | 3 import { Image } from '../Image'; 7 export function QuestionMarkIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | InspectElementIcon.tsx | 3 import { Image } from '../Image'; 7 export function InspectElementIcon(props: Partial<React.ComponentProps<typeof Image>>) { 8 return <Image source={icon} {...props} />;
|
| H A D | UpdateIcon.tsx | 3 import { Image } from '../Image'; 9 export function UpdateIcon(props: Partial<React.ComponentProps<typeof Image>>) { 13 return <Image source={themedIcon} {...props} />;
|
| H A D | ExtensionsIcon.tsx | 3 import { Image } from '../Image'; 9 export function ExtensionsIcon(props: Partial<React.ComponentProps<typeof Image>>) { 13 return <Image source={themedIcon} {...props} />;
|
| /expo/packages/expo-asset/src/__tests__/ |
| H A D | ImageAssets-test.ts | 30 originalImage = global.Image; 31 globalThis.Image = jest.fn(); 35 globalThis.Image = originalImage; 40 expect((Image as jest.Mock<HTMLImageElement>).mock.instances.length).toBe(1); 41 const mockImage = (Image as jest.Mock<HTMLImageElement>).mock.instances[0]; 47 const mockImage = (Image as jest.Mock<HTMLImageElement>).mock.instances[0]; 67 const mockImage = (Image as jest.Mock<HTMLImageElement>).mock.instances[0];
|
| /expo/packages/html-elements/build/primitives/ |
| H A D | Image.js | 1 import { Image as NativeImage } from 'react-native'; 3 const Image = NativeImage; constant 4 export default createSafeStyledView(Image);
|
| /expo/packages/expo-image/src/ |
| H A D | ImageBackground.tsx | 4 import { Image } from './Image'; 5 import { ImageBackgroundProps } from './Image.types'; 13 <Image {...props} style={[StyleSheet.absoluteFill, imageStyle]} />
|