Skip to content

Commit f730365

Browse files
authored
Replace alembic emoji with test tube emoji for experimental features (#4789)
1 parent 6072161 commit f730365

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/accessibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ Indicates whether a selectable element is currently selected or not.
339339

340340
### `experimental_accessibilityOrder`
341341

342-
:::important Experimental ⚗️
342+
:::important Experimental 🧪
343343
**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.
344344
:::
345345
:::note

docs/view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ Setting to false prevents direct children of the view from being removed from th
385385

386386
### `experimental_accessibilityOrder`
387387

388-
:::important Experimental ⚗️
388+
:::important Experimental 🧪
389389
**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.
390390
:::
391391

docs/virtualview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
id: virtualview
3-
title: VirtualView ⚗️
3+
title: VirtualView 🧪
44
---
55

6-
:::important Experimental ⚗️
6+
:::important Experimental 🧪
77
**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.
88
:::
99

0 commit comments

Comments
 (0)