react-native-sc-image
v1.0.1
Published
this is a load animate image view component for react-native
Maintainers
Readme
react-native-sc-image
支持加载apng,gif,png,jepg,webp等图片格式
1.安装
$ npm install react-native-sc-image --save
2.使用
import MotionImage from "react-native-sc-image";
<MotionImage style={{width: 100, height: 100}} uri = {"https://activity-h5.starcharge.com/images/ appTaro/charge/safeLoading.png"} />
