react-native-progress-report
v1.0.0
Published
Shows the progress w.r.t percentage in the form of colors.
Downloads
3
Maintainers
Readme
react-native-progress-report
Shows the progress w.r.t percentage in the form of colors. Getting Started
- Step 1- npm install react-native-progress-report --save or yarn add react-native-progress-report --save
- Step 2- Build the project and watch the beauty.
Try the example app
Usage Note: In case of any misunderstanding please go through the example.
import ProgressReport from 'react-native-progress-report'
<ProgressReport percentage={10} />
Properties
| Name | Type | | ------------- |:-------------:| | percentage | PropTypes.number| | containerStyle | propTypes.object |
Todo list:-
Add test
Add necessary api
Author
Anoop Singh (codesingh)
Email: [email protected]
Stack Overflow: codesingh(username)
License
Apache-2.0