1.0.1 • Published 5 years ago

react-native-tabs-section-list v1.0.1

Weekly downloads
29
License
MIT
Repository
github
Last release
5 years ago

react-native-tabs-section-list

React Native SectionList with scrollable tabs

Installation

$ yarn add react-native-tabs-section-list

Usage

See example

Run example

$ git clone https://github.com/bogoslavskiy/react-native-tabs-section-list.git
$ cd react-native-tabs-section-list/example
$ yarn install
$ yarn start

Props

NameDescriptionTypeDefault
scrollToLocationOffset?Param is inserted into scrollToLocation as viewOffset See React Native Docsnumber0
tabBarStyle?Styles for tabBarViewStyleundefined
renderTabCallback which returns a custom React Element to use as the tab bar (section: SectionListData<any>)React.ReactNodeRequired
SectionList props...