@sksmoothui/react-native-loading-image
v1.0.4
Published
This load image through react-native-fast-image and handle the loading and failed load condition and show images accordingly.
Downloads
6
Maintainers
Readme
@sksmoothui/react-native-loading-image
peer-dependencies - react-native-spinkit, react-native-fast-image
This Module load images through react-native-fast-image and handle the loading and failed load condition and show images accordingly.
Demo
Example
import ProgressImageView from '@sksmoothui/react-native-loading-image';
<ProgressImageView
source={{uri:'https://cdn.pixabay.com/photo/2015/12/01/20/28/road-1072821__480.jpg'}}
style ={{
height:100,
width:100
}}/>