ActivityIndicator
Displays a circular loading indicator.
Exampleβ
Reference
Propsβ
View Props β
Inherits View Props.
animatingβ
Whether to show the indicator (true) or hide it (false).
| Type | Default |
|---|---|
| bool | true |
colorβ
The foreground color of the spinner.
| Type | Default |
|---|---|
| color | null (system accent default color)Android (θΏ½θ¨) (θΏ½θ¨γγγΎγ§) '#999999' iOS |
hidesWhenStopped iOSβ
Whether the indicator should hide when not animating.
| Type | Default |
|---|---|
| bool | true |
refβ
A ref setter that will be assigned an element node when mounted.
sizeβ
Size of the indicator.
| Type | Default |
|---|---|
enum('small', 'large')number Android | 'small' |