Skip to main content

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).

TypeDefault
booltrue

color​

The foreground color of the spinner.

TypeDefault
colornull (system accent default color)
Android

'#999999'
iOS

hidesWhenStopped
iOS
​

Whether the indicator should hide when not animating.

TypeDefault
booltrue

size​

Size of the indicator.

TypeDefault
enum('small', 'large')
number
Android
'small'