ActivityIndicator
<activityIndicator> is a UI component that shows a progress indicator signaling to the user of an operation running in the background.
See also:
/** @jsx createElement */
<activityIndicator busy={true} />
Props
| Name | Type | Description |
|---|---|---|
busy | boolean | Gets or sets whether the indicator is active. When true, the indicator is active. |
Native component
| Android | iOS |
|---|---|
android.widget.ProgressBar (indeterminate = true) | UIActivityIndicatorView |