1.0.2 • Published 8 years ago
react-native-scroll-tabbar v1.0.2
#react-native-scroll-tabbar

Usage
import Tabbar from 'react-native-scroll-tabbar'<Tabbar
tabs={tabArray}
selectFunc={this.selectFunc}
moreTab={this.moreTab}
/>option
| Name | Description | Type | Default |
|---|---|---|---|
| tabs | data Array | array | |
| index | init selected | number | 0 |
| selectFunc | func | ||
| moreTab | func when click right icon | func |