1.0.4 • Published 1 year ago

@sksmoothui/react-native-loading-image v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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

Success

Failed

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
    }}/>
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago