An open API service indexing awesome lists of open source software.

https://github.com/null-none/react-native-sections

React Native Sections with scrollable tabs
https://github.com/null-none/react-native-sections

list react-native scrollable sections tabs

Last synced: 10 months ago
JSON representation

React Native Sections with scrollable tabs

Awesome Lists containing this project

README

          

# react-native-sections

React Native Sections with scrollable tabs

## Installation

```bash
$ yarn add react-native-sections
```

## Props

Name | Description | Type | Default
------ | ------ | ------ | ------
`scrollToLocationOffset?` | Param is inserted into `scrollToLocation` as `viewOffset` [See React Native Docs](https://facebook.github.io/react-native/docs/sectionlist#scrolltolocation) | `number` | 0
`tabBarStyle?` | Styles for tabBar | `ViewStyle` | undefined
`renderTab` | Callback which returns a custom React Element to use as the tab bar `(section: SectionListData) ` | `React.ReactNode` | Required
`SectionList` [props...](https://facebook.github.io/react-native/docs/sectionlist#props) | | |