Skip to content
This repository has been archived by the owner on Nov 27, 2022. It is now read-only.

Commit

Permalink
feat: add rn compatibility disclaimer table to readme.md (#1186)
Browse files Browse the repository at this point in the history
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
  • Loading branch information
quixote15 and satya164 authored Jul 30, 2021
1 parent bf383d0 commit cf9e7a2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ A cross-platform Tab View component for React Native. Implemented using [`react-

<a href="https://raw.githubusercontent.com/satya164/react-native-tab-view/main/demo/demo.mp4"><img src="https://raw.githubusercontent.com/satya164/react-native-tab-view/main/demo/demo.gif" width="360"></a>


## React Native Compatibility

To use this library you need to ensure you are using the correct version of React Native. If you are using a version of React Native that is lower than `0.63` you will need to upgrade that before attempting to use this library.

| `react-native-tab-view` version | Required React Native Version |
| ------------------------------- | ----------------------------- |
| `2.x.x` | `< 0.63` |
| `3.x.x` | `>= 0.63` |

## Installation

Open a Terminal in the project root and run:
Expand Down

0 comments on commit cf9e7a2

Please sign in to comment.