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', }, /**