Replies: 1 comment 1 reply
-
You can find such an example here: https://github.com/Shopify/react-native-skia/blob/main/example/src/Examples/API/Touch.tsx#L41 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello all, I'm trying to create animation from frames that are drawn by imperative code through createPicture.
I have figured out how to redraw picture on every frame but it is hacky solution.
The thing which I'm thinking about is e.g. way to combine createPicture memoized outputs into animation in to get similar result like with https://shopify.github.io/react-native-skia/docs/animated-images.
Is something like that supported?
Beta Was this translation helpful? Give feedback.
All reactions