react-native-mmswiper

1.0.0 • Public • Published

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>
    );
  }

Readme

Keywords

Package Sidebar

Install

npm i react-native-mmswiper

Weekly Downloads

2

Version

1.0.0

License

UNLICENSED

Unpacked Size

8.43 kB

Total Files

5

Last publish

Collaborators

  • mrplutoliu