Replies: 1 comment
-
this looks interesting, is there any chance you could build a small reproducible example? That would help us track down the issue if there is one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm encountering an issue with the Skia Canvas in combination with React Native Reanimated 3's exiting animation. Specifically, I've noticed that any Skia Canvas elements in my application vanish during this animation.
To illustrate the problem, please refer to the video linked below. The video showcases an emoji item with a Skia Canvas background. When a treasure icon is pressed, triggering an exit animation, the Skia Canvas unexpectedly disappears. This issue does not occur with standard React Native views, as evidenced by the consistent visibility of the treasure item's background.
Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-12-21.at.11.59.18.mp4
Has anyone else faced a similar issue, and if so, how did you manage to keep the Skia Canvas visible throughout the exit animation? Any insights, suggestions, or solutions would be greatly appreciated.
Thank you in advance for your assistance.
Beta Was this translation helpful? Give feedback.
All reactions