Skip to content

null-none/react-native-sections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-native-sections

React Native Sections with scrollable tabs

Installation

$ yarn add react-native-sections

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