diff --git a/docs/activityindicatorios.html b/docs/activityindicatorios.html index fe1e02a00aa..04c0150279e 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).
Size of the indicator. Small has a height of 20, large has a height of 36.
You need to include the NSLocationWhenInUseUsageDescription key
in Info.plist to enable geolocation. Geolocation is enabled by default
when you create a project with react-native init.
Geolocation follows the MDN specification: -https://developer.mozilla.org/en-US/docs/Web/API/Geolocation
Invokes the success callback once with the latest location info. Supported +options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool)
Invokes the success callback whenever the location changes. Supported +options: timeout (ms), maximumAge (ms), enableHighAccuracy (bool)
A react component for displaying different types of images, +
A React component for displaying different types of images, including network images, static resources, temporary local images, and images from local disk, such as the camera roll.
Example usage:
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.
Items comes with a few predefined system icons. Note that if you are +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 using them, the title and selectedIcon will be overriden with the system ones.
Text that appears under the icon. It is ignored when a system icon is defined.
A react component for displaying text which supports nesting, +
A React component for displaying text which supports nesting,
styling, and touch handling. In the following example, the nested title and
body text will inherit the fontFamily from styles.baseText, but the title
provides its own additional styles. The title and body will stack on top of
diff --git a/docs/textinput.html b/docs/textinput.html
index 60a118012e5..76661efaf67 100644
--- a/docs/textinput.html
+++ b/docs/textinput.html
@@ -100,9 +100,9 @@ maintaining selection information for a document
Used for android only, JS is enabled by default for WebView on iOS