You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am exploring the use of react-native-skottie in a project. I'm interested in knowing if there's a possibility or future plans to integrate react-native-skottie within a react-native-skia Canvas.
something like this
<Canvas><Skottie/><OtherCanvasChildern/></Canvas>
This integration could enable combining Lottie animations with Skia's drawing capabilities, offering enhanced UI possibilities in React Native apps.
Is this a feasible enhancement for future releases?
The text was updated successfully, but these errors were encountered:
I was trying yesterday to update scottie to be compatible with the latest RNSkia version and their internal Api has changed quite a bit. I think the only way to make this work is to use their Nodes API. So in a future version I suspect this will be the default way (ie. you'll have to create a Skottie Node in the Skia Canvas)
I am exploring the use of react-native-skottie in a project. I'm interested in knowing if there's a possibility or future plans to integrate react-native-skottie within a react-native-skia Canvas.
something like this
This integration could enable combining Lottie animations with Skia's drawing capabilities, offering enhanced UI possibilities in React Native apps.
Is this a feasible enhancement for future releases?
The text was updated successfully, but these errors were encountered: