Files
react-native/website/old_versioned_docs/version-0.48/autogen_ProgressViewIOS.md
T
2017-10-26 15:36:54 -07:00

2.3 KiB

id, title, category, permalink, original_id
id title category permalink original_id
version-0.48-progressviewios ProgressViewIOS Components docs/progressviewios.html progressviewios

Use ProgressViewIOS to render a UIProgressView on iOS.

Props #

progress?: number #

The progress value (between 0 and 1).

progressImage?: Image.propTypes.source #

A stretchable image to display as the progress bar.

progressTintColor?: string #

The tint color of the progress bar itself.

progressViewStyle?: enum('default', 'bar') #

The progress bar style.

trackImage?: Image.propTypes.source #

A stretchable image to display behind the progress bar.

trackTintColor?: string #

The tint color of the progress bar track.