Awesome tutorial, William, really enjoyed it! I'm not well versed in React Native, but your solution was very clear and in many ways mirrored the approach I came up with in SwiftUI! Great stuff, and thanks for the shout-out!
Wow! This is so cool! 🤩 Thank you William as always for the great job, keep up the great job! 😊 If possible I would love to see you do an awesome customizable element grid in which u can add, delete and sort the elements of the grids, also change shapes and dimensions of the various elements! That would be so cool and handy in many situation where u can give the user freedom to create his own configuration for the page with awesome animations! 😊
Hey man excellent work once again! Quick question though: Why the need to rotate the container? This would cause a lot of problems if the scene had other stuff as well, or if the squares had text in them for example. Wouldn't it be wiser to have one more state that controls where the stickiness of the square happens, and then control the destination according to where the opposite side of the square's origin is? Thanks 🙏
@@wcandillon Ah ok it's just an implementation detail then. I thought there was some kind of restriction that pushed you in that direction, that's why I asked. Thank you again for your amazing work William
Thanks for the tutorial! I'm trying not to rotate the main container, because I feel like that's a bit hacky. I'm still struggling to replace it, seems like a bit of work.
Guys, who knows how to set Animated.Value to ScrollView offset? I know only way via call function, but it runs on js thread. Animated.useCode( () => [call([x], ([x]) => ref.current?.scrollToOffset({offset: x}))], [], );
Awesome tutorial, William, really enjoyed it! I'm not well versed in React Native, but your solution was very clear and in many ways mirrored the approach I came up with in SwiftUI!
Great stuff, and thanks for the shout-out!
subscribed to you
@@ddikodroid Awesome, thanks :)
It looks really awesome, William 🚀
Incredible as usual William. Whenever we think something is beyond the scope of RN, you somehow make it work.
I thoroughly enjoy your videos for pure entertainment value, even if I have no plan to implement these animations in immediate future. Thanks a lot!
Everytime I tune one of your videos, i'm in this sequence: amazed, in awe, mind blown, depressed that I can never get to your level :P
You're goddamn right 😥
Wow! This is so cool! 🤩
Thank you William as always for the great job, keep up the great job! 😊
If possible I would love to see you do an awesome customizable element grid in which u can add, delete and sort the elements of the grids, also change shapes and dimensions of the various elements! That would be so cool and handy in many situation where u can give the user freedom to create his own configuration for the page with awesome animations! 😊
Amazing video! I’d like to learn more about svg, is that geometry that you use to determine all the angles and stuff?
I need to learn math :/
Hey man excellent work once again!
Quick question though: Why the need to rotate the container? This would cause a lot of problems if the scene had other stuff as well, or if the squares had text in them for example. Wouldn't it be wiser to have one more state that controls where the stickiness of the square happens, and then control the destination according to where the opposite side of the square's origin is?
Thanks 🙏
I agree!
@@wcandillon Ah ok it's just an implementation detail then. I thought there was some kind of restriction that pushed you in that direction, that's why I asked. Thank you again for your amazing work William
@@jakallergis91 Maybe also rotate the content will solve that problem?
wow~ u r really amazing with animation and UI
Thanks for the tutorial! I'm trying not to rotate the main container, because I feel like that's a bit hacky. I'm still struggling to replace it, seems like a bit of work.
i don't cook but i watch binging with babish
i don't use react native but i watch william candillon
you are a legend
I love your haircut my friend 😋
Do you do some research, thinking, prep, or practice before making the video or do you do everything on the fly?
You are legend of RN !
Damn, you and Adam really do share the haircut 😩👌
What extension do you use for code??
would plz have a blog post on Mathematics needed for these cool animations 🤓
Agreed. I am lost on the mathematical equations!
legend
Incredible, I love your videos,
But can you please also make a series for Flutter?
Please can you make a framer tutorial and make awesome animations in next videos ❤️😊
Are there particular examples you could send me?
Why does this look like gabriel's horn
He is Merlin
noice
I think, if you have Korean subtitle, many korean people gonna watch your video. I bet it!
Sir, can i have your extensionof VS code when coding RN please
Guys, who knows how to set Animated.Value to ScrollView offset? I know only way via call function, but it runs on js thread.
Animated.useCode(
() => [call([x], ([x]) => ref.current?.scrollToOffset({offset: x}))],
[],
);