diff --git a/src/CONST.ts b/src/CONST.ts index d2be946cdb2b..02de81e61aa4 100755 --- a/src/CONST.ts +++ b/src/CONST.ts @@ -3386,6 +3386,8 @@ const CONST = { * @deprecated Please stop using the accessibilityRole prop and use the role prop instead. */ IMAGE: 'image', + + TEXTBOX: 'textbox', }, /** * Acceptable values for the `role` attribute on react native components.