mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
1.8 KiB
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).
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).