diff --git a/docs/next/button.html b/docs/next/button.html index 8d4e4ede951..12cba18a2e6 100644 --- a/docs/next/button.html +++ b/docs/next/button.html @@ -80,13 +80,19 @@
onPresstitleaccessibilityLabelcolordisabledtestIDhasTVPreferredFocusnextFocusDownnextFocusForwardnextFocusLeftnextFocusRightnextFocusUponPresstestIDtitletouchSoundDisablednextFocusDownDesignates the next view to receive focus when the user navigates down. See the Android documentation.
+| Type | Required | Platform |
|---|---|---|
| number | No | Android |
nextFocusForwardDesignates the next view to receive focus when the user navigates forward. See the Android documentation.
+| Type | Required | Platform |
|---|---|---|
| number | No | Android |
nextFocusLeftDesignates the next view to receive focus when the user navigates left. See the Android documentation.
+| Type | Required | Platform |
|---|---|---|
| number | No | Android |
nextFocusRightDesignates the next view to receive focus when the user navigates right. See the Android documentation.
+| Type | Required | Platform |
|---|---|---|
| number | No | Android |
nextFocusUpDesignates the next view to receive focus when the user navigates up. See the Android documentation.
+| Type | Required | Platform |
|---|---|---|
| number | No | Android |
touchSoundDisabledIf true, doesn't play system sound on touch.
+| Type | Required | Platform |
|---|---|---|
| boolean | No | Android |