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

2.9 KiB

id, title, original_id
id title original_id
version-0.45-progressviewios progressviewios progressviewios

ProgressViewIOS #

Use ProgressViewIOS to render a UIProgressView on iOS.

Props #

progress?: PropTypes.number #

The progress value (between 0 and 1).

progressImage?: Image.propTypes.source #

A stretchable image to display as the progress bar.

progressTintColor?: PropTypes.string #

The tint color of the progress bar itself.

progressViewStyle?: PropTypes.oneOf(['default', 'bar']) #

The progress bar style.

trackImage?: Image.propTypes.source #

A stretchable image to display behind the progress bar.

trackTintColor?: PropTypes.string #

The tint color of the progress bar track.

You can edit the content above on GitHub and send us a pull request!