mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2.6 KiB
2.6 KiB
id, original_id, title
| id | original_id | title |
|---|---|---|
| version-0.34-activityindicatorios | activityindicatorios | activityindicatorios |
ActivityIndicatorIOS #
Deprecated, use ActivityIndicator instead.
Props #
animating PropTypes.bool #
Whether to show the indicator (true, the default) or hide it (false).
color PropTypes.string #
The foreground color of the spinner (default is gray).
hidesWhenStopped PropTypes.bool #
Whether the indicator should hide when not animating (true by default).
onLayout PropTypes.func #
Invoked on mount and layout changes with
{nativeEvent: { layout: {x, y, width, height}}}.
size PropTypes.oneOf([ 'small', 'large', ]) #
Size of the indicator. Small has a height of 20, large has a height of 36.
You can edit the content above on GitHub and send us a pull request!