Searched refs:getImageInfoAsync (Results 1 – 9 of 9) sorted by relevance
39 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');
30 getImageInfoAsync: jest.fn(async () => ({ width: 1, height: 1 })),211 ImageAssets.getImageInfoAsync.mockResolvedValueOnce({
7 export declare function getImageInfoAsync(url: string): Promise<ImageInfo>;
7 export function getImageInfoAsync(url) { function
1 …peg|jpg|gif|png|bmp|webp|heic)$/i.test(type);\n}\n\nexport function getImageInfoAsync(url: string)…
215 const { width, height, name } = await ImageAssets.getImageInfoAsync(this.uri);
1 …pe)) {\n const { width, height, name } = await ImageAssets.getImageInfoAsync(this.uri);\n…
16 export function getImageInfoAsync(url: string): Promise<ImageInfo> { function
255 const { width, height, name } = await ImageAssets.getImageInfoAsync(this.uri);