ActivityIndicator
Displays a circular loading indicator.
Props
Reference
Props
animating
Whether to show the indicator (true, the default) or hide it (false).
| Type | Required | 
|---|---|
| bool | No | 
color
The foreground color of the spinner (default is gray).
| Type | Required | 
|---|---|
| color | No | 
size
Size of the indicator. Small has a height of 20, large has a height of 36. Other sizes can be obtained using a scale transform.
| Type | Required | 
|---|---|
| enum('small', 'large') | No | 
hidesWhenStopped
Whether the indicator should hide when not animating (true by default).
| Type | Required | Platform | 
|---|---|---|
| bool | No | iOS | 
