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
- Host: GitHub
- URL: https://github.com/logisticinfotech/react-native-tabbed-bar
- Owner: logisticinfotech
- License: mit
- Created: 2019-07-22T13:09:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T14:35:50.000Z (over 6 years ago)
- Last Synced: 2025-02-03T20:44:38.592Z (11 months ago)
- Language: JavaScript
- Size: 45.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/)

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