ProgressView
A view that shows the progress towards completion of a task.
Example​
- swiftui-react-native
- SwiftUI
Props​
ProgressView inherits all View Modifiers as props.
| prop | description | type | required | default |
|---|---|---|---|---|
value | The progress value | number | no | undefined |
total | The max progress value | number | no | 100 |