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