Skip to main content
Version: 0.61

🚧 ProgressViewIOS

Deprecated. Use @react-native-community/progress-view instead.

Uses ProgressViewIOS to render a UIProgressView on iOS.


Reference

Props​

Inherits View Props.

progress​

The progress value (between 0 and 1).

TypeRequired
numberNo

progressImage​

A stretchable image to display as the progress bar.

TypeRequired
Image.propTypes.sourceNo

progressTintColor​

The tint color of the progress bar itself.

TypeRequired
stringNo

progressViewStyle​

The progress bar style.

TypeRequired
enum('default', 'bar')No

trackImage​

A stretchable image to display behind the progress bar.

TypeRequired
Image.propTypes.sourceNo

trackTintColor​

The tint color of the progress bar track.

TypeRequired
stringNo