Files
react-native/website/versioned_docs/0.48/activityindicator.md
T
2017-10-27 11:51:58 -07:00

2.3 KiB

id, title, original_id
id title original_id
version-0.48-activityindicator activityindicator activityindicator

ActivityIndicator #

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

Improve this page by sending a pull request!