MrToph / react-native-progress-circle

A light-weight progress circle indicator for React Native.
MIT License
190 stars 83 forks source link

Everything under 50% cant draw perfect #21

Open tomaskazatel opened 5 years ago

tomaskazatel commented 5 years ago

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?

juancarloselorriaga commented 4 years ago

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

cmcaboy commented 4 years ago

Same thing here.

s-rayed commented 4 years ago

Same issue here.

anback commented 3 years ago

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