Files
react-native/website/_versioned_docs/version-0.35/activityindicatorios.md
T
2017-11-14 12:51:44 -08:00

2.6 KiB

id, original_id, title
id original_id title
version-0.35-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!