1.0.0 • Published 6 years ago

react-native-progress-report v1.0.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

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

npm.io


Usage Note: In case of any misunderstanding please go through the example.

import ProgressReport from 'react-native-progress-report'
<ProgressReport percentage={10} />

Properties

NameType
percentagePropTypes.number
containerStylepropTypes.object

Todo list:-

  • Add test

  • Add necessary api


Author

Anoop Singh (codesingh)
Email: anoop100singh@gmail.com
Stack Overflow: codesingh(username)

License

Apache-2.0