mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
2.8 KiB
2.8 KiB
id, title, original_id
| id | title | original_id |
|---|---|---|
| version-0.50-progressviewios | progressviewios | progressviewios |
ProgressViewIOS #
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.
Improve this page by sending a pull request!