1.0.1 • Published 1 year ago

circular-progress-rn v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

circular-progress-rn

Circular progress bar for react native

Installation

npm i react-native-svg
npm i circular-progress-rn

Usage

import CircularProgress from 'circular-progress-rn';

// ...

<CircularProgress progress={50} />;

Props

PropertyTypeDefaultDescription
stylestylenullThe style of external container.
radiusnumber100The radius of circle.
strokeWidthnumber10The stoke width of circle.
strokeLinecapLinecapnullShape of both ends.
backgroundTrackColorstring'#d8d8d8'Color of the background track.
trackColorstring'#fff'Color of progress bar.
progressnumbernull0-100

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

1.0.1

1 year ago

1.0.0

1 year ago