Skip to content
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
14 changes: 14 additions & 0 deletions docs/view.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,20 @@ Rasterization incurs an off-screen drawing pass and the bitmap consumes memory.

---

### `tabIndex` <div class="label android">Android</div>

Whether this `View` should be focusable with a non-touch input device, eg. receive focus with a hardware keyboard.
Supports the following values:

- `0` - View is focusable
- `-1` - View is not focusable

| Type |
| ----------- |
| enum(0, -1) |

---

### `testID`

Used to locate this view in end-to-end tests.
Expand Down