Circular progress bar
npm install rn-circular-progressA UI component to show a circular progress bar.
!Demo
RN-Circular-Progress is dependent with react-native-svg library.
```
npm install --save react-native-svg
npm install --save rn-circular-progress``
yarn add react-native-svg
yarn add rn-circular-progress
js
import CircularProgress from 'rn-circular-progress'render() {
return (
{children}
)
}
`Properties
| Prop | Type | Description |
|---|---|---|
|
progress|Number|Actual progress data of the component|
|size|Object({ width, height })|The dimension of the component.|
|progressColor|String`|The progressing color.|MIT