mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2.3 KiB
2.3 KiB
id, title, category, permalink
| id | title | category | permalink |
|---|---|---|---|
| progressviewios | ProgressViewIOS | Components | docs/progressviewios.html |
Use ProgressViewIOS to render a UIProgressView on iOS.
Props #
progress?: number #
The progress value (between 0 and 1).
progressImage?: Image.propTypes.source #
A stretchable image to display as the progress bar.
progressTintColor?: string #
The tint color of the progress bar itself.
progressViewStyle?: enum('default', 'bar') #
The progress bar style.
trackImage?: Image.propTypes.source #
A stretchable image to display behind the progress bar.
trackTintColor?: string #
The tint color of the progress bar track.