Skip to content

Releases: kfiroo/react-native-cached-image

v1.2.6: Merge pull request #16 from jesperlndk/feature/fetch-headers

30 Mar 11:34
Compare
Choose a tag to compare

Thanks to @jesperlndk and this PR #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

22 Feb 19:53
Compare
Choose a tag to compare

Allow setting the source to a non-cachable image after the previous source was a cacheable image - fix #11
Thanks @ChristianTucker

v.1.2.4

19 Feb 12:59
Compare
Choose a tag to compare

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

v1.2.3

15 Feb 22:54
Compare
Choose a tag to compare

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