Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress.Circle showsText: {true} always show 0% #241

Open
brystfire08 opened this issue Dec 14, 2021 · 4 comments
Open

Progress.Circle showsText: {true} always show 0% #241

brystfire08 opened this issue Dec 14, 2021 · 4 comments

Comments

@brystfire08
Copy link

When using

<Progress.Circle size={50} showsText={true} progress={0.3} />

It is always showing 0%.

@erunks
Copy link

erunks commented Dec 21, 2021

Unless the progress is going to be changing, try using it like this:
<Progress.Circle animated={false} size={50} showsText={true} progress={0.3} />

The animated={false} makes it so it renders statically. I had difficulty with this myself.

@sadeghhosseini
Copy link

Is there a fix for this problem?

@HieuNguyen414
Copy link

add animated={false}, works for me

@rinaldycodes
Copy link

add antimated={false} its works for me. thank you

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

No branches or pull requests

5 participants