1.4.11 • Published 5 years ago

react-native-cacheable-images v1.4.11

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-native-cacheable-images

CachedImage component for react-native

This fork is TEMPORARY, orginal from react-native-cached-image

Package react-native-cached-image is outdated, it depends on a no longer supported library (react-native-fetch-blob) and uses renamed lifecycle methods (componentWillMount and componentWillReceiveProps). The problems mentioned are fixed in this library.

Installation

npm install react-native-cacheable-images --save
- or -
yarn add react-native-cacheable-images

Repo uses rn-fetch-blob to handle file system access. rn-fetch-blob requires an extra step during the installation.

View how to install rn-fetch-blob

Note

All sources belong to https://github.com/kfiroo/react-native-cached-image, view more Installation and Usage in orginal repo.