Hello there 👋 I hope you'll enjoy this tutorial 🎥 If you want to dive deeper into Skia, Reanimated & Gesture Handler, check out my course with step-by-step tutorials starting from scratch reanimate.dev
it's crazy, I am new at react native but this Skia and Reanimated are revolutionary for react native animations otherwise it would be so hard to implement them and pretty sure not quite performant, it takes a lot of practice I guess to be good with these tools, thanks for this great tutorial
Why are you using by startAnimated useDerivedValue and not useSharedValue? What's the difference. And how to know when I should use useDerived or useShared?
That's a great question! I use 'useSharedValue' for independent shared values, such as progress. However, 'useDerivedValue' is better suited for values that depend on others. For example, since 'startAnimated' is dependent on 'progress', you're essentially 'deriving' it from the 'progress' value and applying additional computations. Hopefully this helps!
@@Reactiive sir means is it lag or not when we use it in production ready React Native apps and i have one request plz make more video on Animated bottom tabs animation with skia or svgs thanks
@@hubesh716 of course it won't lagg but this always depends on how many tasks are active in the background 🫠. Also thanks for your feedback and your idea - I'll plan something about a custom bottom tab bar
Hello there 👋
I hope you'll enjoy this tutorial 🎥
If you want to dive deeper into Skia, Reanimated & Gesture Handler, check out my course with step-by-step tutorials starting from scratch reanimate.dev
Great tutorial that combines skia and reanimated ! Thank you !
Great tutorial. Never tried Skia. This makes me want to try it
@@ravindusha thanks! I made this tutorial because I think it's a great way to get used to Skia 👀
Great video! Learning so much, every video!
Thanks a lot for the feedback!
There isn't much skia tutorials pls go on with them. Thanx👌
it's crazy, I am new at react native but this Skia and Reanimated are revolutionary for react native animations otherwise it would be so hard to implement them and pretty sure not quite performant, it takes a lot of practice I guess to be good with these tools, thanks for this great tutorial
Very good tutorial 👏
Thank you, really appreciated!
Sir kindly bring drawing, panting, animation etc complete skia playlist like you've made RN Reanimated.
Thanks for the feedback! I will 👀
Why are you using by startAnimated useDerivedValue and not useSharedValue? What's the difference. And how to know when I should use useDerived or useShared?
That's a great question! I use 'useSharedValue' for independent shared values, such as progress. However, 'useDerivedValue' is better suited for values that depend on others. For example, since 'startAnimated' is dependent on 'progress', you're essentially 'deriving' it from the 'progress' value and applying additional computations.
Hopefully this helps!
@@ReactiiveYes. Thanks. So when I got it right. When Values depending on something then useDerived is the choice. And in all other cases useShared
@4:50 what extension are you using for code suggestions like that.
@@HaiderAli-oi5fm I'm using Cursor! It's a fork from vscode cursor.com
he is using cursor ide
@@AlbertoVasquez1 Thanks
vscode theme please?
@@wisdomelue Tokyo Night
is this optimize or not?
What do you mean by optimize?
@@Reactiive sir means is it lag or not when we use it in production ready React Native apps
and i have one request plz make more video on Animated bottom tabs animation with skia or svgs thanks
@@hubesh716 of course it won't lagg but this always depends on how many tasks are active in the background 🫠. Also thanks for your feedback and your idea - I'll plan something about a custom bottom tab bar