Simple animated progress bar for React Native
npm install react-native-progress-bar-classicreact-native-progress-bar-classic
===
> Simple animated progress bar for React Native

Demo
---
!Demo
Installation
==
in Cli
---
```
npm i react-native-progress-bar-classic
Usage
===
Simple
---
`
import ProgressBarClassic from 'react-native-progress-bar-classic';
`
Customized
---
``
valueStyle={'balloon'}
/>
Props
===
progress(Int) Default: 0progress
---
The Progress. can take 0 to 100.
valueStyle(String) Default: 'default'valueStyle
--- detect style of progress percentage
!Demo
!Demo
!Demo
label(String)
---
The bar label. You cannot use with valueStyle: 'balloon'.
!Demo
value(String)
---
If you want to show value, you can use the value props. You have to use value props with label` props.
!Demo
TODO
==
- [ ] can change style (color, height, etc..)
-
Contributing
==
Of course! Welcome :)
License
==
MIT