Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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