π§ 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).
| Type | Required |
|---|---|
| number | No |
progressImageβ
A stretchable image to display as the progress bar.
| Type | Required |
|---|---|
| Image.propTypes.source | No |
progressTintColorβ
The tint color of the progress bar itself.
| Type | Required |
|---|---|
| string | No |
progressViewStyleβ
The progress bar style.
| Type | Required |
|---|---|
| enum('default', 'bar') | No |
trackImageβ
A stretchable image to display behind the progress bar.
| Type | Required |
|---|---|
| Image.propTypes.source | No |
trackTintColorβ
The tint color of the progress bar track.
| Type | Required |
|---|---|
| string | No |
Is this page useful?