Skip to content

Commit

Permalink
adding role grid to ViewAccessibility.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabOnReact committed Jan 12, 2023
1 parent 61e5920 commit f495025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Libraries/Components/View/ViewAccessibility.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ export type AccessibilityRole =
| 'tablist'
| 'timer'
| 'list'
| 'toolbar';
| 'toolbar'
| 'grid';

export interface AccessibilityPropsAndroid {
/**
Expand Down Expand Up @@ -332,6 +333,7 @@ export type Role =
| 'feed'
| 'figure'
| 'form'
| 'grid'
| 'group'
| 'heading'
| 'img'
Expand Down

0 comments on commit f495025

Please sign in to comment.