React Native Cached Image Versions Save

CachedImage component for react-native

v1.2.6

7 years ago

Thanks to @jesperlndk and this PR https://github.com/kfiroo/react-native-cached-image/pull/16 we can now provide a resolveHeaders prop and the returned object will be used as the headers when downloading the image.

v1.2.5

7 years ago

Allow setting the source to a non-cachable image after the previous source was a cacheable image - fix https://github.com/kfiroo/react-native-cached-image/issues/11 Thanks @ChristianTucker

v.1.2.4

7 years ago

Resolved an issue with urls that have . in the path and no file type

v1.2.3

7 years ago

Add support for defaultSource as a local image to show behind the ActivityIndicator while loading