https://github.com/wrathchaos/react-native-easy-cached-image
Easy Peasy Cached Image for React Native.
https://github.com/wrathchaos/react-native-easy-cached-image
Last synced: 3 months ago
JSON representation
Easy Peasy Cached Image for React Native.
- Host: GitHub
- URL: https://github.com/wrathchaos/react-native-easy-cached-image
- Owner: WrathChaos
- License: mit
- Created: 2018-12-13T13:12:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T23:47:25.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T07:53:18.770Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.freakycoder.com
- Size: 5.89 MB
- Stars: 8
- Watchers: 2
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
Easy Peasy Cached Image for React Native with Expo.
[](https://www.npmjs.com/package/react-native-easy-cached-image)
[](https://www.npmjs.com/package/react-native-easy-cached-image)

[](https://opensource.org/licenses/MIT)
[](https://github.com/prettier/prettier)
![]()
# Important Warning :
#### This library only works with Expo! Not working with Pure React Native.
## Installation for Expo
Add the dependency:
```ruby
npm i react-native-easy-cached-image
```## Basic Usage
```ruby
```
## Peer Dependencies
##### IMPORTANT! You need install them. This is an EXPO based library, you cannot use it without Expo for now.
```
"expo": ">= 27.x",
"react": ">= 16.x",
"crypto-js": ">= 3.x.x",
"react-native": ">= 0.55.x"
```### Example Application
- I shared the example project to check what it is:
[check the code](examples/App.js), and yes! :) all of the images, screenshots are directly taken
from this example. Of course, you can simply clone the project and run the example on your own environment.### Configuration - Props
| Property | Type | Default | Description |
| ----------- | ------ | --------- | ------------------------------------------------------------------------------- |
| source | object | undefined | use this to implement your own source of image, it could be URI or local image. |
| Image props | any | non | it can use any prop what Image component use |## Author
FreakyCoder, kurayogun@gmail.com
## License
React Native Easy Cached Image Library is available under the MIT license. See the LICENSE file for more info.