mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-03 09:35:11 +08:00
Differential Revision: D6261799 fbshipit-source-id: 269e151c5d136c1d508d9f2a060c0c670d0fe0f2
1.4 KiB
1.4 KiB
id, title, layout, category, permalink, next, previous
| id | title | layout | category | permalink | next | previous |
|---|---|---|---|---|---|---|
| progressviewios | ProgressViewIOS | docs | components | docs/progressviewios.html | refreshcontrol | progressbarandroid |
Use ProgressViewIOS to render a UIProgressView on iOS.
Props
Reference
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 |