This commit is contained in:
Agne Lukoseviciute 2021-09-28 08:27:30 -05:00 коммит произвёл GitHub
Родитель ef6058db1a
Коммит f198910ce9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -11,7 +11,14 @@ This extends the [View Props](https://reactnative.dev/docs/view#props) and [`IKe
### `accessibilityLandmarkType`
Specifies the UIA Landmark Type for the View.
Specifies the automation landmark type for the View. Choose one of the known UIA Landmark types (preferred) or enter a custom string to give the landmark a different name.
Predefined UIA Landmark Types:
- Form
- Main
- Navigation
- None
- Search
| type | required |
|:--|:--|