Skip to content

Commit

Permalink
fix cannot add new line using enter
Browse files Browse the repository at this point in the history
  • Loading branch information
tienifr committed May 28, 2024
1 parent 414a5c2 commit d3e3e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d3e3e92

Please sign in to comment.