Chee Kit
Chee Kit
@chrfalch I'm having the same issue as well. In fact, this bug is causing my Skia animations to not run as well. It gets stuck here: ### Minimal Repro ```ts...
> @chrfalch I'm having the same issue as well. In fact, this bug is causing my Skia animations to not run as well. It gets stuck here: > > >...
@wcandillon my codebase is a little messy right now but I can definitely whip one up if needed. Have you tried hot-reloading with Skia examples as mentioned by @BubbleTrouble14? He...
Just wanted to add that I am seeing the same behaviour on Android and not for iOS as well!
@wcandillon Hey William, thank you for the suggestion! I saw your Neumorphism video but forgot to use it here 😅. However, I tried it out and while it is slightly...
Hi @wcandillon, after updating the small top right button to use `BoxShadow` as well, the problem has been magnified on Android. It still works great on iOS though. Will there...
@wcandillon Just tried this and it does sort of improve the situation on Android, as I no longer see inconsistent Canvas sizes and graphical glitches. However, it is still stuttery...
@wcandillon sorry for the late reply, yes the Minimal Repro is still valid here to reproduce jank, but if you would like to reproduce the intense graphical glitches that I...
@wcandillon on production, the jank is almost gone with `Shadow`. The only 'issue' left here is the visual glitch caused by animating `BoxShadow` maybe? But thank you for the fix...
This is still happening on iOS release builds and the workaround stated above (delaying retrieval of dynamic links) works for me.