From 19ded5397b3a1a004e3afbaabe1c70d3a10c84d3 Mon Sep 17 00:00:00 2001 From: floydkim Date: Fri, 13 Mar 2026 01:57:23 +0900 Subject: [PATCH] docs: clarify React Native support range in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e88527b..7e184a1a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ### 🚀 New Architecture support -Supports React Native 0.74 ~ 0.84. +Supports React Native 0.77 ~ 0.84. > [!NOTE] > If you are using React Native 0.76 or lower, please use version `12.0.2` of this library. @@ -17,7 +17,7 @@ Supports React Native 0.74 ~ 0.84. ### ✅ Requirements -- **React Native**: 0.74 or higher +- **React Native**: 0.77 or higher - **iOS**: 15.5 or higher - **Android**: API level 16 or higher