From 62bd62cfb2103c0af8c666c39712ffb54d1531c8 Mon Sep 17 00:00:00 2001 From: quixote15 Date: Thu, 27 May 2021 14:04:57 -0300 Subject: [PATCH 1/3] feat: add rn compatibility disclaimer table to readme.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0044e0d4..5226f2d7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ A cross-platform Tab View component for React Native. Implemented using [`react- + +## 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: From 0316444bb6223f5d67e0f7a399d861c86ef358e7 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 30 Jul 2021 14:40:36 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5226f2d7..04d65450 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ A cross-platform Tab View component for React Native. Implemented using [`react- ## 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`| +| `react-native-tab-view` version | Required React Native Version | +| ------------------------------- | ----------------------------- | +| `2.x.x` | `< 0.63` | +| `3.x.x` | `>= 0.63` | ## Installation From 8eda81201f5c441a825a6fa08bb3dfffa0c9025c Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 30 Jul 2021 14:40:42 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04d65450..b6d9bda5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ A cross-platform Tab View component for React Native. Implemented using [`react- ## 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 |