Simple animated progress bar for React Native
npm i react-native-progress-bar-classic
import ProgressBarClassic from 'react-native-progress-bar-classic';
<ProgressBarClassic progress={20} />
<ProgressBarClassic
progress={20}
valueStyle={'balloon'}
/>
The Progress. progress
can take 0 to 100.
valueStyle
detect style of progress percentage
The bar label. You cannot use with valueStyle: 'balloon'
.
If you want to show value, you can use the value
props. You have to use value
props with label
props.
- can change style (color, height, etc..)
Of course! Welcome :)
MIT