mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2.4 KiB
2.4 KiB
id, title, original_id
| id | title | original_id |
|---|---|---|
| version-0.45-activityindicator | activityindicator | activityindicator |
ActivityIndicator #
Displays a circular loading indicator.
Props #
animating?: PropTypes.bool #
Whether to show the indicator (true, the default) or hide it (false).
size?: PropTypes.oneOfType([ PropTypes.oneOf([ 'small', 'large' ]), PropTypes.number, ]) #
Size of the indicator (default is 'small'). Passing a number to the size prop is only supported on Android.
ioshidesWhenStopped?: PropTypes.bool #
Whether the indicator should hide when not animating (true by default).
You can edit the content above on GitHub and send us a pull request!