diff --git a/docs/accessibility.md b/docs/accessibility.md index c634c57daff..0751c5bda30 100644 --- a/docs/accessibility.md +++ b/docs/accessibility.md @@ -144,6 +144,7 @@ In the above example method `addOne` changes the state variable `count`. As soon - **timer** Used to represent a timer. - **togglebutton** Used to represent a toggle button. Should be used with accessibilityState checked to indicate if the button is toggled on or off. - **toolbar** Used to represent a tool bar (a container of action buttons or components). +- **grid** Used with ScrollView, VirtualizedList, FlatList, or SectionList to represent a grid. Adds the in/out of grid announcements to the android GridView. ### `accessibilityState` diff --git a/docs/view.md b/docs/view.md index 687058cb68f..1d8462bdb0f 100644 --- a/docs/view.md +++ b/docs/view.md @@ -199,6 +199,7 @@ See the [Android `View` docs](http://developer.android.com/reference/android/vie - `'tablist'` - Used to represent a list of tabs. - `'timer'` - Used to represent a timer. - `'toolbar'` - Used to represent a tool bar (a container of action buttons or components). +- `'grid'` - Used with ScrollView, VirtualizedList, FlatList, or SectionList to represent a grid. Adds the in/out of grid announcements to the android GridView. | Type | | ------ |