React Native Image Cache Wrapper

JSON →
library 1.0.7 ·javascript
verified Jun 7, 2026

A drop-in replacement for React Native's <Image> and <ImageBackground> components that automatically caches remote images to local storage with configurable expiration (default 1 week). Version 1.0.7 is the latest stable release. It uses rn-fetch-blob for file system access and supports prefetching, cache deletion, and cache directory customization. Unlike other caching solutions, it mimics the exact Image/ImageBackground API and supports base64 data caching. Requires React Native project and rn-fetch-blob peer dependency.