Function CachingImage

  • NOTE: Exotic components are not callable.

    Parameters

    • props: CachingImageProps & RefAttributes<undefined | {
          cancelAsync: (() => Promise<void>);
          downloadAsync: ((props?: CacheEntryDownloadOptions) => Promise<string>);
          error: any;
          path: null | string;
          pauseAsync: (() => Promise<DownloadPauseState>);
          progress: number;
          ready: boolean;
          resetAsync: (() => Promise<void>);
          resumeAsync: (() => Promise<string>);
          status: CacheEntryStatus;
      }>

    Returns null | ReactElement<any, string | JSXElementConstructor<any>>

Generated using TypeDoc