From 902b5605399eb1c0494bf4fd95b012018cb3c277 Mon Sep 17 00:00:00 2001 From: Tienifr <113963320+tienifr@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:32:44 +0700 Subject: [PATCH] fix add comment to TEXTBOX Co-authored-by: Shubham Agrawal <58412969+shubham1206agra@users.noreply.github.com> --- src/CONST.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CONST.ts b/src/CONST.ts index 02de81e61aa4..6a2b9a72279f 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -3387,6 +3387,9 @@ const CONST = { */ IMAGE: 'image', + /** + * @deprecated Please stop using the accessibilityRole prop and use the role prop instead. + */ TEXTBOX: 'textbox', }, /**