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

feat: add rn compatibility disclaimer table to readme.md #1186

Merged
merged 3 commits into from
Jul 30, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
satya164 marked this conversation as resolved.
Show resolved Hide resolved

| `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