@glyw/react-native-tabs-section-list
React Native Scrollable Tabbed SectionList.
Installation
$ yarn add @glyw/react-native-tabbed-section-list
Demo
Props
Name | Description | Type | Default |
---|---|---|---|
scrollToLocationOffset? |
Param is inserted into scrollToLocation as viewOffset See React Native Docs
|
number |
0 |
tabBarStyle? |
Styles for tabBar | ViewStyle |
undefined |
renderTab |
Callback which returns a custom React Element to use as the tab bar (section: SectionListData<any>)
|
React.ReactNode |
Required |
SectionList props...
|