react-native-progress-circle icon indicating copy to clipboard operation
react-native-progress-circle copied to clipboard

Everything under 50% cant draw perfect

Open tomaskazatel opened this issue 6 years ago • 4 comments

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: snimek obrazovky 2018-12-11 v 11 11 08

Maybe I am doing something wrong. Can you please help me @MrToph? Or is this real issue?

tomaskazatel avatar Dec 11 '18 10:12 tomaskazatel

Same issue here, under 50% the circle stops decrementing its size. Any fix for this one?

juancarloselorriaga avatar Nov 08 '19 23:11 juancarloselorriaga

Same thing here.

cmcaboy avatar Jan 07 '20 18:01 cmcaboy

Same issue here.

s-rayed avatar Sep 19 '20 18:09 s-rayed

I ended up here and then i found: react-native-circular-progress which seems to have better traction. Tested it and it works

anback avatar Nov 26 '20 12:11 anback