Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Everything under 50% cant draw perfect #21

Open
tomaskazatel opened this issue Dec 11, 2018 · 4 comments
Open

Everything under 50% cant draw perfect #21

tomaskazatel opened this issue Dec 11, 2018 · 4 comments

Comments

@tomaskazatel
Copy link

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 tomaskazatel changed the title Everything under 50% cant work perfect Everything under 50% cant draw perfect Dec 11, 2018
@juancarloselorriaga
Copy link

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

@cmcaboy
Copy link

cmcaboy commented Jan 7, 2020

Same thing here.

@s-rayed
Copy link

s-rayed commented Sep 19, 2020

Same issue here.

@anback
Copy link

anback commented Nov 26, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants