From 96b103f6b6022f5ff94f1a73dea5b5dcb008fc4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Thu, 10 Jul 2025 18:27:44 +0200 Subject: [PATCH] docs: change Note to Important in using custom Hermes callout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3e287d3..122c34e7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ ## How does this work? -> [!NOTE] +> [!IMPORTANT] > This library is currently dependent on a custom version of Hermes and therefore has a very limited range of supported React Native versions. > Once the [PR adding Node-API support to Hermes](https://github.com/facebook/hermes/pull/1377) merges, we expect this restriction to be lifted.