react-native-cached-images-zzly

CachedImage component for react-native

Usage no npm install needed!

<script type="module">
  import reactNativeCachedImagesZzly from 'https://cdn.skypack.dev/react-native-cached-images-zzly';
</script>

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.