Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chr314/react-native-tab-view-easy
A cross-platform Tab View component for React Native based on react-native-tab-view with easier syntax
https://github.com/chr314/react-native-tab-view-easy
android ios react-native react-native-component react-native-tab-view react-native-web tabs
Last synced: 19 days ago
JSON representation
A cross-platform Tab View component for React Native based on react-native-tab-view with easier syntax
- Host: GitHub
- URL: https://github.com/chr314/react-native-tab-view-easy
- Owner: chr314
- License: mit
- Created: 2020-07-19T03:59:53.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T04:50:13.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T17:41:32.311Z (8 months ago)
- Topics: android, ios, react-native, react-native-component, react-native-tab-view, react-native-web, tabs
- Language: TypeScript
- Homepage:
- Size: 4.33 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-tab-view-easy
A cross-platform Tab View component for React Native based on `react-native-tab-view` with easier syntax
## Installation
```sh
yarn add react-native-tab-view-easy
```
OR
```sh
npm install react-native-tab-view-easy
```Now we need to install `react-native-tab-view` and `react-native-pager-view`
```sh
yarn add react-native-tab-view react-native-pager-view
```
OR
```sh
npm install react-native-tab-view react-native-pager-view
```
## Usage```js
import { TabView, Tab } from 'react-native-tab-view-easy';// ...
Content
Content
```
## [API reference](https://github.com/satya164/react-native-tab-view#api-reference)
## License
MIT