diff --git a/docs/activityindicatorios.html b/docs/activityindicatorios.html index 7f958197fb7..35c14ac1a9b 100644 --- a/docs/activityindicatorios.html +++ b/docs/activityindicatorios.html @@ -1,4 +1,4 @@ -
Whether to show the indicator (true, the default) or hide it (false).
The foreground color of the spinner (default is gray).
Whether the indicator should hide when not animating (true by default).
Invoked on mount and layout changes with
{nativeEvent: { layout: {x, y, width, height}}}.
Size of the indicator. Small has a height of 20, large has a height of 36.
Whether to show the indicator (true, the default) or hide it (false).
The foreground color of the spinner (default is gray).
Whether the indicator should hide when not animating (true by default).
Invoked on mount and layout changes with
{nativeEvent: { layout: {x, y, width, height}}}.
Size of the indicator. Small has a height of 20, large has a height of 36.
onDateChange callback
and update the date prop in order for the component to update, otherwise
the user's change will be reverted immediately to reflect props.date as the
-source of truth.The currently selected date.
Maximum date.
Restricts the range of possible date/time values.
Minimum date.
Restricts the range of possible date/time values.
The interval at which minutes can be selected.
The date picker mode.
Date change handler.
This is called when the user changes the date or time in the UI. +source of truth.
The currently selected date.
Maximum date.
Restricts the range of possible date/time values.
Minimum date.
Restricts the range of possible date/time values.
The interval at which minutes can be selected.
The date picker mode.
Date change handler.
This is called when the user changes the date or time in the UI. The first and only argument is a Date object representing the new date and time.
Timezone offset in minutes.
By default, the date picker will use the device's timezone. With this parameter, it is possible to force a certain timezone offset. For diff --git a/docs/mapview.html b/docs/mapview.html index 41f35d45d30..9cd7fda6936 100644 --- a/docs/mapview.html +++ b/docs/mapview.html @@ -1,4 +1,4 @@ -
Map annotations with title/subtitle.
Insets for the map's legal label, originally at bottom left of the map. +
Map annotations with title/subtitle.
Insets for the map's legal label, originally at bottom left of the map.
See EdgeInsetsPropType.js for more information.
The map type to be displayed.
Maximum size of area that can be displayed.
Minimum size of area that can be displayed.
Callback that is called once, when the user taps an annotation.
Callback that is called continuously when the user is dragging the map.
Callback that is called once, when the user is done moving the map.
When this property is set to true and a valid camera is associated
with the map, the camera’s pitch angle is used to tilt the plane
of the map. When this property is set to false, the camera’s pitch
diff --git a/docs/pickerios.html b/docs/pickerios.html
index 98ba4aa8ef0..18128906529 100644
--- a/docs/pickerios.html
+++ b/docs/pickerios.html
@@ -1,4 +1,4 @@
-
Example:
style={styles.loadingComponent} /> ); -},Color of the progress bar.
If the progress bar will show indeterminate progress. Note that this +},
Color of the progress bar.
If the progress bar will show indeterminate progress. Note that this can only be false if styleAttr is Horizontal.
The progress value (between 0 and 1).
Style of the ProgressBar. One of:
Used to locate this view in end-to-end tests.
Use ProgressViewIOS to render a UIProgressView on iOS.
The progress value (between 0 and 1).
A stretchable image to display as the progress bar.
The tint color of the progress bar itself.
The progress bar style.
A stretchable image to display behind the progress bar.
The tint color of the progress bar track.
Use ProgressViewIOS to render a UIProgressView on iOS.
The progress value (between 0 and 1).
A stretchable image to display as the progress bar.
The tint color of the progress bar itself.
The progress bar style.
A stretchable image to display behind the progress bar.
The tint color of the progress bar track.
Use SegmentedControlIOS to render a UISegmentedControl iOS.
If false the user won't be able to interact with the control. +
Use SegmentedControlIOS to render a UISegmentedControl iOS.
If false the user won't be able to interact with the control. Default value is true.
If true, then selecting a segment won't persist visually.
The onValueChange callback will still work as expected.
Callback that is called when the user taps a segment; passes the event as an argument
Callback that is called when the user taps a segment; diff --git a/docs/sliderios.html b/docs/sliderios.html index 5047490f5eb..d991e21e747 100644 --- a/docs/sliderios.html +++ b/docs/sliderios.html @@ -1,4 +1,4 @@ -
If true the user won't be able to move the slider. +
If true the user won't be able to move the slider. Default value is false.
The color used for the track to the right of the button. Overrides the default blue gradient image.
Initial maximum value of the slider. Default value is 1.
The color used for the track to the left of the button. Overrides the default blue gradient image.
Initial minimum value of the slider. Default value is 0.
Callback called when the user finishes changing the value (e.g. when
diff --git a/docs/switchios.html b/docs/switchios.html
index be26226f70b..1f419fbb4ea 100644
--- a/docs/switchios.html
+++ b/docs/switchios.html
@@ -2,7 +2,7 @@
a controlled component, so you must hook in to the onValueChange callback
and update the value prop in order for the component to update, otherwise
the user's change will be reverted immediately to reflect props.value as the
-source of truth.
If true the user won't be able to toggle the switch. +source of truth.
If true the user won't be able to toggle the switch. Default value is false.
Background color when the switch is turned on.
Callback that is called when the user toggles the switch.
Background color for the switch round button.
Background color when the switch is turned off.
The value of the switch, if true the switch will be turned on. Default value is false.
Little red bubble that sits at the top right of the icon.
A custom icon for the tab. It is ignored when a system icon is defined.
Callback when this tab is being selected, you should change the state of your +
Little red bubble that sits at the top right of the icon.
A custom icon for the tab. It is ignored when a system icon is defined.
Callback when this tab is being selected, you should change the state of your component to set selected={true}.
It specifies whether the children are visible or not. If you see a blank content, you probably forgot to add a selected one.
A custom icon when the tab is selected. It is ignored when a system icon is defined. If left empty, the icon will be tinted in blue.
React style object.
Items comes with a few predefined system icons. Note that if you are diff --git a/docs/tabbarios.html b/docs/tabbarios.html index d8b6a46196d..a5dff0d4512 100644 --- a/docs/tabbarios.html +++ b/docs/tabbarios.html @@ -1,4 +1,4 @@ -
Background color of the tab bar
Color of the currently selected tab icon
A Boolean value that indicates whether the tab bar is translucent
Background color of the tab bar
Color of the currently selected tab icon
A Boolean value that indicates whether the tab bar is translucent
Renders a native WebView.
Note that WebView is only supported on iOS for now, -see https://facebook.github.io/react-native/docs/known-issues.html
Sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Allows custom handling of any webview requests by a JS handler. Return true +see https://facebook.github.io/react-native/docs/known-issues.html
Sets the JS to be injected when the webpage loads.
Used for android only, JS is enabled by default for WebView on iOS
Allows custom handling of any webview requests by a JS handler. Return true or false from this method to continue loading the request.
Used for iOS only, sets whether the webpage scales to fit the view and the user can change the scale