Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update view.md #1564

Merged
merged 1 commit into from
Jan 30, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,9 @@ Designates the next view to receive focus when the user navigates up. See the [A

---

### `clickable`
### `focusable`

Determines whether this `View` is clickable or tappable for accessibility hints.
Whether this `View` should be focusable with a non-touch input device, eg. receive focus with a hardware keyboard.

| Type | Required | Platform |
| ------- | -------- | -------- |
Expand Down