-
Notifications
You must be signed in to change notification settings - Fork 54
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
Active Progress Keep Appearing with Value 0 on Android #87
Comments
I use CircularProgressBase with a custom child element, so did not have issues with the value. However, the progress indicator has shown a similar issue where it remains with an empty progress after all components have loaded. As a workaround, I used this: I have observed this issue only after upgrading from RN 0.64 to RN 0.70 and enabling Hermes. I did update react-native-reanimated, but not sure if it gets worse when I upgrade. |
I have got the same problem on Android. |
Same here |
1 similar comment
Same here |
This workaround does not work for me. Calling reanimate has no effect on the progress indicator when it gets into this weird state. Interestingly, I'm using several progress indicators around my app, and when one of them displays this behaviour, they all do. |
@Vikraardiansyah i resolve it that when value is 0 i return color as inActiveStrokeColor
|
can be fixed when value is 0 pass transparent colour
This work for me. |
the active progress keep appearing even though the value is 0, it's only happen on android
The text was updated successfully, but these errors were encountered: