-
Notifications
You must be signed in to change notification settings - Fork 425
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 does not displayed after recovering from lock on android #106
Comments
Could you post reprodusible code? |
@dnwilson Indeed, but that doesn't explain the sequential updating that you are experiencing. |
@Jacse see below
|
I had also some issue with this behavior. Fixed it with AppState in CircularProgress.js. I change the circle width on AppState change and change it back directly after.
Please notice i have some slightly changed CircularProgress.js because i changed some other behaviors also. |
Still having this issue. |
So this is apparently an issue with RN ART (see issue #17565). I'm looking into what hacky fixes could mitigate this. |
Will publish to NPM within this week. If you could install from master and verify the fix works that would be great. |
@Jacse It worked! thanks!! react-native-circular-progress@0.2.0 |
I implemented a countdown clock which displays day, hours, mins, and seconds. However, if lock my screen and unlock it only the progress circle for seconds is displayed until the value for mins has changed then that one will update as well. Not sure how to resolve.
The text was updated successfully, but these errors were encountered: