New
v1.3.5
- Use a temporary file when downloading an image so that if the download is accidentally interrupted it will not produce a disabled file - https://github.com/kfiroo/react-native-cached-image/pull/44
- Added the ability to set a custom cache folder location using
cacheLocationprop /ImageCacheProvider.options- https://github.com/kfiroo/react-native-cached-image/pull/38 - Added
loadingIndicatorprop to override the default loading indicator - https://github.com/kfiroo/react-native-cached-image/pull/53 - Added
fallbackSourceprop to set placeholder image whensource.uriis null or cached failed, thefallbackSourcewill be displayed - https://github.com/kfiroo/react-native-cached-image/pull/53