1.0.0 • Published 6 years ago
react-native-mmswiper v1.0.0
react-native-mswiper
轮播图
1.Installation
npm i react-native-mswiper --save
2.How to use
import MSwiper from 'react-native-mswiper';
1.initialization
renderItem(){
return (
<View>
{/*...*/}
</View>
)
}
render() {
return (
<View>
<MSwiper
autoplay
data={data}
renderItem={this.renderItem}
/>
</View>
);
}
1.0.0
6 years ago