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

https://github.com/logisticinfotech/react-native-tabbed-bar

React Native Tab Bar Library
https://github.com/logisticinfotech/react-native-tabbed-bar

Last synced: 11 months ago
JSON representation

React Native Tab Bar Library

Awesome Lists containing this project

README

          


npm version


# react-native-tabbed-bar
React Native Tab Bar Library

### Installation and Usage

Please check this blog for installation and usage [this link](https://www.logisticinfotech.com/blog/react-native-tabbed-bar-library/)

![](RNTabBar.gif)

### Basic Properties

| Prop | Default | Type | Description |
| -------------------- | ------- | -------- | ------------------------------------------------- |
| displayTab | 3 | `Number` | Number of tabs show in line. |
| children | --- | `Node` | List of children node for the tabs. its required. |
| tabBarContainerStyle | {} | `style` | Style of the one tab bar. |
| tabBarTextStyle | {} | `style` | Style of the tab bar text. |
| tabIndicatorStyle | {} | `style` | Style of the tab indicator. |
| activeColor | red | `string` | Active color of tab bar text and tab indicator. |
| inactiveColor | grey | `string` | Inactive color of tab bar text and tab indicator. |