From 8702e720e4b50d01449b839e093bd50a6e42c481 Mon Sep 17 00:00:00 2001 From: Jairaj Jangle <25704330+JairajJangle@users.noreply.github.com> Date: Mon, 28 Apr 2025 10:41:23 +0530 Subject: [PATCH] docs: updated min rn version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 884b2b5..f431c8f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ A lightweight React Native Turbo Module for decoding WavPack audio files to WAV - Thread-safe decoding on iOS with concurrent queue support. ## Requirements -- React Native 0.75 or higher with New Architecture enabled. +- React Native 0.77 or higher with New Architecture enabled. - iOS 13.0 or later. - Android API 21 or later. - Node.js 16+ for development.