Skip to main content
Version: Next

🚧 ProgressViewIOS

Removed. Use one of the community packages instead.

Uses ProgressViewIOS to render a UIProgressView on iOS.

Example​


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