https://github.com/skellock/ignite-img-cache
An ignite plugin for react-native-img-cache.
https://github.com/skellock/ignite-img-cache
Last synced: 10 months ago
JSON representation
An ignite plugin for react-native-img-cache.
- Host: GitHub
- URL: https://github.com/skellock/ignite-img-cache
- Owner: skellock
- Created: 2017-04-17T17:25:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T18:29:41.000Z (about 9 years ago)
- Last Synced: 2025-04-30T20:28:33.658Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ignite-img-cache
Adds [react-native-img-cache](https://github.com/wcandillon/react-native-img-cache) to your project which is using [ignite](https://github.com/infinitered/ignite).
## Requirements
`react-native-img-cache` requires `react-native-fetch-blob` but due the extra step of linking you'll need to install it as well.
```sh
ignite add fetch-blob
```
then
```sh
ignite add img-cache
```
## Notes
I would have preferred to call this `ignite-image-cache`, but the underlying library is called `ignite-img-cache`. It's all good. (__eye twitch__).