From 0f0ae407002a0aeeffc4843dc20113d9dcfa4dc4 Mon Sep 17 00:00:00 2001 From: Kacper Kafara Date: Tue, 18 Jun 2024 12:54:57 +0200 Subject: [PATCH] chore: bump supported `react-native` versions in readme (#2190) ## Description Doing so just before 3.32.0 release ## Changes Last supported RN version bumped to 0.71.0. Last supported RN version for Fabric bumped to 0.74.0. ## Checklist - [ ] Ensured that CI passes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 76fb9b26c5..18c7175a2a 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ Screens are already integrated with the React Native's most popular navigation l | library version | react-native version | | ------- | -------------------- | +| 3.32.0+ | 0.71.0+ | | 3.30.0+ | 0.68.0+ | | 3.14.0+ | 0.64.0+ | | 3.0.0+ | 0.62.0+ | @@ -119,6 +120,7 @@ Here's a table with summary of supported `react-native` versions when Fabric is | library version | react-native version | | ------- | -------------------- | +| 3.32.0+ | 0.74.0+ | | 3.28.0+ | 0.73.0+ | | 3.21.0+ | 0.72.0+ | | 3.19.0+ | 0.71.0+ |