Files
react-native/docs/autogen_ProgressViewIOS.md
T
2017-08-31 11:29:32 -07:00

2.3 KiB

id, title, category, permalink
id title category permalink
progressviewios ProgressViewIOS Components docs/progressviewios.html

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.