Skip to content

v1.3.5

Compare
Choose a tag to compare
@kfiroo kfiroo released this 19 Jul 13:30
· 63 commits to master since this release
  • Use a temporary file when downloading an image so that if the download is accidentally interrupted it will not produce a disabled file - #44
  • Added the ability to set a custom cache folder location using cacheLocation prop / ImageCacheProvider.options - #38
  • Added loadingIndicator prop to override the default loading indicator - #53
  • Added fallbackSource prop to set placeholder image when source.uri is null or cached failed, the fallbackSource will be displayed - #53