From 7e7c2fd0844761b8d3bbd77bdd3b5611420b5df7 Mon Sep 17 00:00:00 2001 From: Jakub Piasecki Date: Mon, 27 Nov 2023 11:12:54 +0100 Subject: [PATCH] Update supported versions in readme and in docs --- README.md | 1 + docs/docs/fundamentals/installation.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 63283dbd73..e7f3f4bf13 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ You will need to have an Android or iOS device or emulator connected as well as | version | react-native version | | ------- | -------------------- | +| 2.14.0+ | 0.67.0+ | | 2.10.0+ | 0.64.0+ | | 2.0.0+ | 0.63.0+ | | 1.4.0+ | 0.60.0+ | diff --git a/docs/docs/fundamentals/installation.md b/docs/docs/fundamentals/installation.md index c80689904b..2efa8c8250 100644 --- a/docs/docs/fundamentals/installation.md +++ b/docs/docs/fundamentals/installation.md @@ -8,6 +8,7 @@ sidebar_position: 2 | version | `react-native` version | | --------- | ---------------------- | +| 2.14.0+ | 0.67.0+ | | 2.10.0+ | 0.64.0+ | | 2.0.0+ | 0.63.0+ | | 1.4.0+ | 0.60.0+ |