- Custom colors
- Custom size and border radius
- Light-weight: No other dependencies besides
react-native - Performant and Smooth: Uses React Native's
Animatedlibrary
npm install --save https://github.com/Kishanjvaghela/react-native-progress-circle
import ProgressCircle from 'react-native-progress-circle'
render() {
return (
<ProgressCircle
progress={85}
radius={10}
borderWidth={1}
borderColor="#4099DA"
color="#4099DA"
bgColor="#F5F6F7"
/>
)
}MIT
