Home
last modified time | relevance | path

Searched refs:getImageInfoAsync (Results 1 – 9 of 9) sorted by relevance

/expo/packages/expo-asset/src/__tests__/
H A DImageAssets-test.ts39 ImageAssets.getImageInfoAsync('https://example.com/example.png');
46 const infoPromise = ImageAssets.getImageInfoAsync('https://example.com/example.png');
66 const infoPromise = ImageAssets.getImageInfoAsync('https://example.com/example.png');
H A DAsset-test.ts30 getImageInfoAsync: jest.fn(async () => ({ width: 1, height: 1 })),
211 ImageAssets.getImageInfoAsync.mockResolvedValueOnce({
/expo/packages/expo-asset/build/
H A DImageAssets.d.ts7 export declare function getImageInfoAsync(url: string): Promise<ImageInfo>;
H A DImageAssets.js7 export function getImageInfoAsync(url) { function
H A DImageAssets.js.map1 …peg|jpg|gif|png|bmp|webp|heic)$/i.test(type);\n}\n\nexport function getImageInfoAsync(url: string)…
H A DAsset.js215 const { width, height, name } = await ImageAssets.getImageInfoAsync(this.uri);
H A DAsset.js.map1 …pe)) {\n const { width, height, name } = await ImageAssets.getImageInfoAsync(this.uri);\n…
/expo/packages/expo-asset/src/
H A DImageAssets.ts16 export function getImageInfoAsync(url: string): Promise<ImageInfo> { function
H A DAsset.ts255 const { width, height, name } = await ImageAssets.getImageInfoAsync(this.uri);