From 97b75283575e3138c667653281ddf0fabf5aacb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20=C5=BB=C3=B3=C5=82kiewski?= Date: Thu, 11 Jun 2026 20:03:16 +0200 Subject: [PATCH] docs: textShortcuts ignored on web --- docs/WEB.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/WEB.md b/docs/WEB.md index a69a6bd81..225211315 100644 --- a/docs/WEB.md +++ b/docs/WEB.md @@ -43,6 +43,7 @@ Web support is still experimental. APIs and behavior can change in future releas - **RN layout ref methods**: `measure`, `measureInWindow`, `measureLayout`, and `setNativeProps` are no-ops. - **`EnrichedText`**: The read-only component is not exported on web. - **`ViewProps`**: Props inherited from `View` beyond the implemented subset are not forwarded. +- **`textShortcuts`**: ignored on web. ## HTML sanitization