0.0.3 • Published 4 years ago

rn-tabview-scrollable v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

rn-tabview-scrollable

We built a library for our project using react-native-tab-view because we felt it was not like this library and the developers need it a lot.

Android

Installation

Befor inistall react-native-tab-view then =>

npm i rn-tabview-scrollable

Usage

<TabViewScrollable
          onIndexChange={ind => this.setState({ index :ind})}
          navigationState={this.state}
          renderScene={(route)=>this._scene(route,this.props.navigation)}
          topHeader={this._header()}
         _renderIcon={this._renderIcon}
          _renderText={this._renderText}
          activeColor={'#ff7675'}
          inactiveColor={'#b2bec3'} 
          _indicatorStyle={{ backgroundColor: '#EA2027' }}
          _styleTab={{ backgroundColor: '#fff' }}
          colorStyle={'#ffff'}
        />

License

MIT

copyright

Copyright reserved for 1001 (onethousandandone).