diff --git a/docs/switchandroid.html b/docs/switchandroid.html index 92d0e4f14aa..3d4ab79a139 100644 --- a/docs/switchandroid.html +++ b/docs/switchandroid.html @@ -1,4 +1,4 @@ -
Standard Android two-state toggle component
Standard Android two-state toggle component
Can tell TextInput to automatically capitalize certain characters.
If false, disables auto-correct. The default value is true.
If true, focuses the input on componentDidMount. + };
Can tell TextInput to automatically capitalize certain characters.
If false, disables auto-correct. The default value is true.
If true, focuses the input on componentDidMount. The default value is false.
Provides an initial value that will change when the user starts typing. Useful for simple use-cases where you don't want to deal with listening to events and updating the value prop to keep the controlled state in sync.
If false, text is not editable. The default value is true.
Determines which keyboard to open, e.g.numeric.
The following values work across platforms: diff --git a/docs/toolbarandroid.html b/docs/toolbarandroid.html index 9d8cfa1bc13..62893bcf004 100644 --- a/docs/toolbarandroid.html +++ b/docs/toolbarandroid.html @@ -18,7 +18,7 @@ onActionSelected: if (position === 0) { // index of 'Settings' showSettings(); } -}
Sets possible actions on the toolbar as part of the action menu. These are displayed as icons +}
Sets possible actions on the toolbar as part of the action menu. These are displayed as icons or text on the right side of the widget. If they don't fit they are placed in an 'overflow' menu.
This property takes an array of objects, where each object has the following keys:
title: required, the title of this actionicon: the icon for this action, e.g. require('image!some_icon')show: when to show this action as an icon or hide it in the overflow menu: always,
ifRoom or nevershowWithText: boolean, whether to show text alongside the icon or notSets the toolbar logo.
Sets the navigation icon.
Callback that is called when an action is selected. The only argument that is passeed to the