Skip to main content
Version: Next

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

refโ€‹

A ref setter that will be assigned an element node when mounted.


sizeโ€‹

Size of the indicator.

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