Skip to content

Releases: jayesbe/react-native-cacheable-image

RN 0.60+

17 Dec 12:54
7a581b7
Compare
Choose a tag to compare
v2.1.0

Bump version

v2.0.0: Merge remote-tracking branch 'origin/dev'

22 May 09:23
Compare
Choose a tag to compare
Conflicts:
	image.js
	package.json

v1.6.0

08 Dec 11:24
Compare
Choose a tag to compare
updated version for npm pub

Rework

30 Jan 00:29
Compare
Choose a tag to compare
  • Thanks to @nbolender for changes to handling of the image downloads
  • Handles 404, and 403 better
  • Handles Network Connectivity better

BugFix

20 Nov 21:31
Compare
Choose a tag to compare

BugFix

04 Nov 23:32
Compare
Choose a tag to compare

Network Connectivity for Android required addition to Manifest file.

  • Updated documentation

Cache Is Good

04 Nov 13:40
Compare
Choose a tag to compare

Added useQueryParamsInCacheKey prop that defaults to false, and can also be set to an array of parameters to use for generating the cache key.

  • network connectivity check also added.
  • cleaned up code by using default props.

BugFix

30 Oct 22:12
Compare
Choose a tag to compare

Fixed issue with promises. Added defaultSource thanks to @nbolender

1.3.0

13 Oct 11:47
Compare
Choose a tag to compare

Updated Progress to ActivityIndactor thanks to @fluciotto

Merge pull request #9 from jayesbe/1.2.0

23 Sep 09:52
Compare
Choose a tag to compare

Thanks to scerelli for the updates!