react-native-tabs-section-list
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

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...

Package Sidebar

Install

npm i react-native-tabs-section-list

Weekly Downloads

118

Version

1.0.1

License

MIT

Unpacked Size

19.3 MB

Total Files

16

Last publish

Collaborators

  • bogoslavskiy