Files
react-native/docs/autogen_ActivityIndicator.md
T
2017-08-31 11:29:32 -07:00

1.8 KiB

id, title, category, permalink
id title category permalink
activityindicator ActivityIndicator Components docs/activityindicator.html

Displays a circular loading indicator.

Props #

animating?: bool #

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

color?: color #

The foreground color of the spinner (default is gray).

size?: enum('small', 'large'), number #

Size of the indicator (default is 'small'). Passing a number to the size prop is only supported on Android.

ioshidesWhenStopped?: bool #

Whether the indicator should hide when not animating (true by default).