1.0.4 • Published 1 month ago

rn-animatable-cached-image v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

rn-animatable-cached-image

This package provides a React Native component for animatable cached images.

Installation

To install the package, run:

npm install rn-animatable-cached-image

Usage

// Your JavaScript code here
import CachedImage from 'rn-animatable-cached-image';

// Example usage
<CachedImage source={require('./image.jpg')} />

License

This project is licensed under the MIT License - see the LICENSE.md file for details.