From a37acf8b09f49b08c9d8c950934c42aecc890e8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Mon, 15 Jun 2026 13:17:08 +0200 Subject: [PATCH] chore: remove Early Release banner, mark artboards and value props as completed --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d0fe558..7a367f9f 100644 --- a/README.md +++ b/README.md @@ -13,10 +13,6 @@ ![Rive hero image](https://cdn.rive.app/rive_logo_dark_bg.png) -## Early Release - -> **⚠️ Early Release**: This package is in active development. We recommend testing thoroughly before using in production applications. We're actively gathering feedback to improve the library. Please share your thoughts and report any issues you encounter. - ## Requirements - **React Native**: 0.78 or later (0.79+ recommended for better Android error messages) @@ -254,9 +250,9 @@ This section tracks new features and improvements planned for this runtime that | ----------------------------------------------------------------------------------------------------- | ------ | | [Reusable .riv File resources (preloading)](https://github.com/rive-app/rive-react-native/issues/260) | ✅ | | [Data Binding - Images](https://github.com/rive-app/rive-nitro-react-native/issues/9) | ✅ | -| [Data Binding - Artboards](https://github.com/rive-app/rive-nitro-react-native/issues/10) | 🚧 | +| [Data Binding - Artboards](https://github.com/rive-app/rive-nitro-react-native/issues/10) | ✅ | | [Data Binding - Lists](https://github.com/rive-app/rive-nitro-react-native/issues/11) | ✅ | -| [Data Binding - Value props](https://github.com/rive-app/rive-nitro-react-native/pull/24) | 🚧 | +| [Data Binding - Value props](https://github.com/rive-app/rive-nitro-react-native/pull/24) | ✅ | | [Suspense](https://github.com/rive-app/rive-nitro-react-native/pull/19) | 🚧 | ## Contributing