react-native-progress-circle
react-native-progress-circle copied to clipboard
Everything under 50% cant draw perfect
I have this code snippet:
<View style={{ marginTop: 25 }}>
<ProgressCircle
percent={40}
radius={85}
borderWidth={10}
color={Colors.ORANGE}
shadowColor={Colors.ORANGE_40}
bgColor={Colors.WHITE}
>
<Icon name="play" size={40} color={Colors.BLUE} />
</ProgressCircle>
</View>
I don't know what i have do wrong but my progress circle draw like this:
Maybe I am doing something wrong. Can you please help me @MrToph? Or is this real issue?
Same issue here, under 50% the circle stops decrementing its size. Any fix for this one?
Same thing here.
Same issue here.
I ended up here and then i found: react-native-circular-progress
which seems to have better traction. Tested it and it works