Skip to main content
Version: 7.0.0

ProgressBar

Progress bar
(code example)

Usage

Live Editor
<ProgressBar progress={55} progressColor={Colors.red30}/>
Result
Loading...

API

customElement

Custom element to render on top of the animated progress JSX.Element

fullWidth

FullWidth Ui preset boolean

progress

The progress of the bar from 0 to 100 number

progressColor

Progress color string

style

Override container style ViewStyle