React-native-skia as animated texture #3555
Replies: 1 comment
-
Hi @velykovits ! 👋 Currently, you can't use a react-native-skia animation directly as an animated texture in React Three Fiber, since Skia and Three.js operate in different rendering contexts (native vs. WebGL). To achieve something similar, you would need to export the Skia animation as a sequence of images or a video, then use those frames as a texture in Three.js. Alternatively, for web-based projects, you can animate a Let me know if you need guidance on exporting Skia animations or setting up animated textures in Three Fiber! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Can we use a react-native-skia animation as an animated texture in React Three Fiber?
Beta Was this translation helpful? Give feedback.
All reactions