Skip to main content
Version: 0.63

ActivityIndicator

Displays a circular loading indicator.

Example#

Reference

Props#

Inherits View Props.


animating#

Whether to show the indicator (true) or hide it (false).

TypeRequiredDefault
boolNotrue

color#

The foreground color of the spinner.

TypeRequiredDefault
colorNonull (system accent default color)
Android

'#999999'
iOS

hidesWhenStopped
iOS
#

Whether the indicator should hide when not animating.

TypeRequiredDefault
boolNotrue

size#

Size of the indicator.

TypeRequiredDefault
enum('small', 'large')
number
Android
No'small'