Releases: jayesbe/react-native-cacheable-image
Releases · jayesbe/react-native-cacheable-image
RN 0.60+
v2.0.0: Merge remote-tracking branch 'origin/dev'
Conflicts: image.js package.json
v1.6.0
Rework
- Thanks to @nbolender for changes to handling of the image downloads
- Handles 404, and 403 better
- Handles Network Connectivity better
BugFix
BugFix
Cache Is Good
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
Fixed issue with promises. Added defaultSource thanks to @nbolender
1.3.0
Updated Progress to ActivityIndactor thanks to @fluciotto
Merge pull request #9 from jayesbe/1.2.0
Thanks to scerelli for the updates!