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

Commit cf9e7a2

Browse files
quixote15satya164
andauthored
feat: add rn compatibility disclaimer table to readme.md (#1186)
Co-authored-by: Satyajit Sahoo <satyajit.happy@gmail.com>
1 parent bf383d0 commit cf9e7a2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ A cross-platform Tab View component for React Native. Implemented using [`react-
2222

2323
<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>
2424

25+
26+
## React Native Compatibility
27+
28+
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.
29+
30+
| `react-native-tab-view` version | Required React Native Version |
31+
| ------------------------------- | ----------------------------- |
32+
| `2.x.x` | `< 0.63` |
33+
| `3.x.x` | `>= 0.63` |
34+
2535
## Installation
2636

2737
Open a Terminal in the project root and run:

0 commit comments

Comments
 (0)