react-native-cached-images-zzly
v0.1.3
Published
CachedImage component for react-native
Downloads
2
Readme
react-native-cached-images
CachedImage component for react-native
This folk is TEMPORARY, orginal from react-native-cached-image
Package react-native-cached-image is out update, it depends on react-native-fetch-blob and now package react-native-fetch-blob is no longer support so this folk move depends to rn-fetch-blob.
Installation
npm install react-native-cached-images --save
- or -
yarn add react-native-cached-images
We use rn-fetch-blob
to handle file system access in this package and it 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.