Skip to content

Commit

Permalink
Update touchablenativefeedback.md (facebook#1018)
Browse files Browse the repository at this point in the history
Update touchablenativefeedback.md
  • Loading branch information
rickhanlonii authored Jun 14, 2019
2 parents 770f099 + 895a3da commit 7919c0f
Showing 1 changed file with 68 additions and 0 deletions.
68 changes: 68 additions & 0 deletions docs/touchablenativefeedback.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ renderButton: function() {

* [`background`](touchablenativefeedback.md#background)
* [`useForeground`](touchablenativefeedback.md#useforeground)
* [`hasTVPreferredFocus`](touchablenativefeedback.md#hasTVPreferredFocus)
* [`nextFocusDown`](touchablenativefeedback.md#nextFocusDown)
* [`nextFocusForward`](touchablenativefeedback.md#nextFocusForward)
* [`nextFocusLeft`](touchablenativefeedback.md#nextFocusLeft)
* [`nextFocusRight`](touchablenativefeedback.md#nextFocusRight)
* [`nextFocusUp`](touchablenativefeedback.md#nextFocusUp)

### Methods

Expand Down Expand Up @@ -65,6 +71,68 @@ Check TouchableNativeFeedback.canUseNativeForeground() first, as this is only av
| ---- | -------- |
| bool | No |

---

### `hasTVPreferredFocus`

TV preferred focus (see documentation for the View component).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | Android |

---

### `nextFocusDown`

TV next focus down (see documentation for the View component).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | Android |

---

### `nextFocusForward`

TV next focus forward (see documentation for the View component).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | Android |

---

### `nextFocusLeft`

TV next focus left (see documentation for the View component).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | Android |

---

### `nextFocusRight`

TV next focus right (see documentation for the View component).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | Android |

---

### `nextFocusUp`

TV next focus up (see documentation for the View component).

| Type | Required | Platform |
| ---- | -------- | -------- |
| bool | No | Android |



## Methods

### `SelectableBackground()`
Expand Down

0 comments on commit 7919c0f

Please sign in to comment.