ActivityIndicator
<activityIndicator>
is a UI component that shows a progress indicator signaling to the user of an operation running in the background.
See also:
import * as React from "react";
<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 |