From a7da55a5136a83946bff914f430f7d2ed6cee404 Mon Sep 17 00:00:00 2001 From: Calix Tang Date: Tue, 9 Sep 2025 11:55:53 -0700 Subject: [PATCH] Replace alembic emoji with test tube emoji for experimental features --- docs/accessibility.md | 2 +- docs/view.md | 2 +- docs/virtualview.md | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/accessibility.md b/docs/accessibility.md index 141b40352b0..4b24f5db98f 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -339,7 +339,7 @@ Indicates whether a selectable element is currently selected or not. ### `experimental_accessibilityOrder` -:::important Experimental ⚗️ +:::important Experimental 🧪 **This API is experimental.** Experimental APIs may contain bugs and are likely to change in a future version of React Native. Don't use them in production. ::: :::note diff --git a/docs/view.md b/docs/view.md index 046a63392be..72822dcd217 100644 --- a/docs/view.md +++ b/docs/view.md @@ -385,7 +385,7 @@ Setting to false prevents direct children of the view from being removed from th ### `experimental_accessibilityOrder` -:::important Experimental ⚗️ +:::important Experimental 🧪 **This API is experimental.** Experimental APIs may contain bugs and are likely to change in a future version of React Native. Don't use them in production. ::: diff --git a/docs/virtualview.md b/docs/virtualview.md index a75c8c1a18e..37a9cc0e493 100644 --- a/docs/virtualview.md +++ b/docs/virtualview.md @@ -1,9 +1,9 @@ --- id: virtualview -title: VirtualView ⚗️ +title: VirtualView 🧪 --- -:::important Experimental ⚗️ +:::important Experimental 🧪 **This API is experimental.** Experimental APIs may contain bugs and are likely to change in a future version of React Native. Don't use them in production. :::