From 3b94474243988a0313f71dc9cb52048288a47c65 Mon Sep 17 00:00:00 2001 From: Matas Date: Thu, 16 Apr 2026 18:14:26 +0300 Subject: [PATCH] docs: add newArch is required for >=5.0.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d42aa5d..241ab341 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ To use this library you need to ensure you are using the correct version of Reac | `@react-native-community/slider` version | Required React Native Version | | ---------------------------------------- | ---------------------------- | -| `5.0.0` | `>=0.76` | +| `5.0.0` | `>=0.76 (new architecture only)` | | `4.5.1` | `>=0.69` | | `4.3.0` | `>=0.64` | | `4.x.x` | `>=0.60`; `>=0.62` (on Windows); |