Easy Peasy Cached Image for React Native with Expo.
Add the dependency:
npm i react-native-easy-cached-image
<CachedImage
resizeMode="cover"
style={styles.imageStyle}
borderRadius={30}
source={{ uri: "your-uri" }} />
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"
- I shared the example project to check what it is: check the code, 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.
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 |
FreakyCoder, kurayogun@gmail.com
React Native Easy Cached Image Library is available under the MIT license. See the LICENSE file for more info.