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 @@

Props


Reference

@@ -167,6 +173,71 @@ boolNoiOS +

nextFocusDown

+

Designates the next view to receive focus when the user navigates down. See the Android documentation.

+ + + + + + + +
TypeRequiredPlatform
numberNoAndroid
+
+

nextFocusForward

+

Designates the next view to receive focus when the user navigates forward. See the Android documentation.

+ + + + + + + +
TypeRequiredPlatform
numberNoAndroid
+
+

nextFocusLeft

+

Designates the next view to receive focus when the user navigates left. See the Android documentation.

+ + + + + + + +
TypeRequiredPlatform
numberNoAndroid
+
+

nextFocusRight

+

Designates the next view to receive focus when the user navigates right. See the Android documentation.

+ + + + + + + +
TypeRequiredPlatform
numberNoAndroid
+
+

nextFocusUp

+

Designates the next view to receive focus when the user navigates up. See the Android documentation.

+ + + + + + + +
TypeRequiredPlatform
numberNoAndroid
+
+

touchSoundDisabled

+

If true, doesn't play system sound on touch.

+ + + + + + + +
TypeRequiredPlatform
booleanNoAndroid
ActivityIndicatorDatePickerIOS