UNPKG

expo-image

Version:

A cross-platform, performant image component for React Native and Expo with Web support

8 lines 592 B
import { ImageNativeProps } from './Image.types'; export declare const ExpoImageModule: { prefetch(urls: string | string[], _: any, __: any): Promise<boolean>; clearMemoryCache(): Promise<boolean>; clearDiskCache(): Promise<boolean>; }; export default function ExpoImage({ source, placeholder, contentFit, contentPosition, placeholderContentFit, cachePolicy, onLoad, transition, onError, responsivePolicy, onLoadEnd, priority, blurRadius, recyclingKey, style, nativeViewRef, containerViewRef, ...props }: ImageNativeProps): JSX.Element; //# sourceMappingURL=ExpoImage.web.d.ts.map