Advanced Gestures in React Native

  Рет қаралды 6,464

evening kid

evening kid

Күн бұрын

Пікірлер: 58
@egorbulgakov9175
@egorbulgakov9175 3 жыл бұрын
The amount of effort you put in both production and explanation is amazing! Brilliant, man. Hope you`ll keep going.
@eveningkid
@eveningkid 3 жыл бұрын
Thank you so much, it means a lot to me. I truly want to improve the video quality and will keep working in that direction! Hope you’ll stick around, thanks again :)
@vijaysaini83
@vijaysaini83 3 жыл бұрын
One thing i can say that in last few years i did not see any tech video which is explained in such awesome way. In one sentence "You made learning easy!!!". Great work !!
@eveningkid
@eveningkid 3 жыл бұрын
Thank you so much for saying this :)
@herart641
@herart641 3 жыл бұрын
slow and steady wins the race!!! super clear... thanks bro ..thanks so much..... keep going bro..
@herart641
@herart641 3 жыл бұрын
i have seen many tutors ..but the way you explain super..
@luckys_4s445
@luckys_4s445 2 жыл бұрын
Please continue this series
@balogunakanbi6329
@balogunakanbi6329 3 жыл бұрын
Hey man , just finished this series and wanted to say thank you. You have the best Animated series! Simply well put.
@cryptoknight7256
@cryptoknight7256 3 жыл бұрын
Excellent! All I need now is to add a mask to finally get the script I needed for months. Thank you so much, man!
@eveningkid
@eveningkid 3 жыл бұрын
Good to hear Vincent, if there’s anything else you’d like to see, let me know :)
@Dhruvsaxena19
@Dhruvsaxena19 3 жыл бұрын
I'll say it again, I'm not even react native developer or learner but I'll watch whole video coz of your voice and that nicest explanation xD
@eveningkid
@eveningkid 3 жыл бұрын
I'm so curious on how you found out about this channel? :)
@Dhruvsaxena19
@Dhruvsaxena19 3 жыл бұрын
@@eveningkid was looking for some tutorials on react native animation for my colleague and found your channel
@efkang.9116
@efkang.9116 3 жыл бұрын
I'm so lucky that I've discovered this channel after I've just started building an app in React Native, top level tutorials.
@eveningkid
@eveningkid 3 жыл бұрын
And I'm very lucky to have you around, it's really nice seeing how helpful the videos are to you! Best of luck with your app, there's a lot more for you on this channel coming soon :)
@taewanlim9308
@taewanlim9308 2 жыл бұрын
Literally subscribed after watching one video, haven't felt this level of comfort and easy-to-understand from videos trying to learn programming... What's the title of the opening theme by the way?
@abhijithbinoy875
@abhijithbinoy875 2 жыл бұрын
awesome....this is what tech world wanted
@makisetakashi
@makisetakashi 3 жыл бұрын
this is the simplest way to implement pan gesture, so great!
@eveningkid
@eveningkid 3 жыл бұрын
Thank you Hari, it means a lot :)
@adamstraus6677
@adamstraus6677 Жыл бұрын
Hey there! Why does your image start in the center? When I copy the tutorial, my doge image's x=0 and y=0 which puts it at the top left of the screen? Thanks! Great video
@moyolvera
@moyolvera 3 жыл бұрын
This is awesome, very good video, you are very good at explaining how this works.
@eveningkid
@eveningkid 3 жыл бұрын
Thank you so much Moy, glad this is helpful to you. Is there anything else you'd like to learn?
@punithm7480
@punithm7480 2 жыл бұрын
Thanks bro for the amazing explanation !
@eveningkid
@eveningkid 2 жыл бұрын
Thank you Punith!! This means a lot :)
@Denis-fc2sv
@Denis-fc2sv 3 жыл бұрын
Nice video! Great job!
@eveningkid
@eveningkid 3 жыл бұрын
Thank you Denis! It’s been awhile :)
@mudandmoss4132
@mudandmoss4132 3 жыл бұрын
I like your video editing style
@eveningkid
@eveningkid 3 жыл бұрын
Thank you! I put a lot of effort into these. I think you guys deserve to watch great content, and this will always be this way on this channel :)
@zeeshanabbasi2103
@zeeshanabbasi2103 3 жыл бұрын
Thanks for making the animations easy for us
@cleversonluizcorreiadesouz5959
@cleversonluizcorreiadesouz5959 3 жыл бұрын
Man, thanks so much! I've learned a lot... You definitely should make and Udemy course, with more in depth explanations and examples, I would buy it for sure! Thanks a lot!
@eveningkid
@eveningkid 3 жыл бұрын
Thank you so much for the kind words, it means a lot! Not sure if this will go on Udemy (they take a +90% cut on every "sale" they make on your courses), maybe something else. Stick around, I'll probably do something sooner or later. There will always be free content on this channel anyways :)
@killer-whale864
@killer-whale864 2 жыл бұрын
hey, what song is that in the opening? i like that.
@JoshBromberg
@JoshBromberg 3 жыл бұрын
How do we take this a step further and actually create a component that can pan and zoom an image without resetting the pan/zoom state when the gesture is released? With this current example, the translation resets if you want to drag it multiple times without resetting the values.
@eveningkid
@eveningkid 3 жыл бұрын
That’s a good point. You can do this with context. The idea is to keep where you left of inside that box which can be used as the starting point of the next touch event. I’d recommend to search for pan responder context and pretty sure you’ll get the logic. It’s a matter of 2/3 lines to change I believe! :)
@AkshatKumawat
@AkshatKumawat 3 жыл бұрын
You should make a full course on React native animations. Your way of explaining is very good.
@eveningkid
@eveningkid 3 жыл бұрын
Thanks Akshat, it means a lot! How To Animated covers everything there is to know about Animated, so do you have ideas maybe (reanimated or something else)?
@AkshatKumawat
@AkshatKumawat 3 жыл бұрын
@@eveningkid yeah maybe after Animated. Please move on to Reanimated. ❤️
@eveningkid
@eveningkid 3 жыл бұрын
Something big is coming next week, stick around :)
@AkshatKumawat
@AkshatKumawat 3 жыл бұрын
@@eveningkid waiting eagerly ❤️
@migom6
@migom6 3 жыл бұрын
@@eveningkid The internet lacks good reanimated 2 and RN gesturehandler tutorials. I guess you can be the only savior.
@yacine101
@yacine101 3 жыл бұрын
Nice video, is there any repository for those examples !!
@eveningkid
@eveningkid 3 жыл бұрын
Sure :) gist.github.com/eveningkid/3a23c5a5a2273981ed0ea602d2a2e1f9
@iskanderabbassi6256
@iskanderabbassi6256 2 жыл бұрын
thank you man
@Quacky_Batak
@Quacky_Batak 3 жыл бұрын
Another great video. Loved your content. Nice emphasis on reading React Native source code. Going to do now. I always thought RN code would be complex and not written in JS.
@eveningkid
@eveningkid 3 жыл бұрын
I know, right? When you read the code you actually see how things work!
@Quacky_Batak
@Quacky_Batak 3 жыл бұрын
@@eveningkid yes exactly
@SimplySylvi
@SimplySylvi 3 жыл бұрын
Love the video! I am an teacher myself and I love how you selected line numbers and highlighted them. Is this through editing or a feature on your IDE? Lovely way to draw attention.
@SimplySylvi
@SimplySylvi 3 жыл бұрын
Nevermind I realize now that is just GitHub in dark mode.
@eveningkid
@eveningkid 3 жыл бұрын
@@SimplySylvi Yes! I record VS code with Github Dark. May I ask what do you teach? It's the first time I get a message from a teacher, it's an honor!
@telmuun1748
@telmuun1748 3 жыл бұрын
Please, Could you make a video like this video /image Scaling by zoom and swiper animated gesture handler/ But using Reanimated V2 /useAnimatedGestureHandler/.
@eveningkid
@eveningkid 3 жыл бұрын
How come I missed your comment! There's a lot coming in and I have to choose which one comes first. I'll do my best to please as many people as possible, but in any case it'll be cool RN videos. I hope you'll still like it :)
@telmuun1748
@telmuun1748 3 жыл бұрын
Hi Broo, I tried this method. It's working great But I found one issue when I try to scale to minimize it another word, for Example scale to 1 to 0.5. I hope you understand. Do you have any idea? :' )
@eveningkid
@eveningkid 3 жыл бұрын
Hey Telmuun, I am afraid I don't understand your question. Also I'm not so sure I can easily help in the comments...maybe give this a try on Stack Overflow? Hope you find a way out :D
@ddikodroid
@ddikodroid 3 жыл бұрын
I hope a new series asap😂
@eveningkid
@eveningkid 3 жыл бұрын
I have so many ideas, at this point it's hard to pick which video to release first! One thing I promise is that you won't be disappointed, I still have a lot to offer :)
@ddikodroid
@ddikodroid 3 жыл бұрын
@@eveningkid keep uploading react native video bro :D
@muhammadmehdi1304
@muhammadmehdi1304 3 жыл бұрын
React Native Gesture Handler is meant to replace the Gesture responder system , when will u make tutorial on React Native Gesture Handler
7 Excel Traps Almost Everyone Falls For (How to Avoid Them)
11:39
MyOnlineTrainingHub
Рет қаралды 13 М.
10 common mistakes with the Next.js App Router
20:37
Vercel
Рет қаралды 230 М.
Can You Find Hulk's True Love? Real vs Fake Girlfriend Challenge | Roblox 3D
00:24
The Ultimate Sausage Prank! Watch Their Reactions 😂🌭 #Unexpected
00:17
La La Life Shorts
Рет қаралды 8 МЛН
Accompanying my daughter to practice dance is so annoying #funny #cute#comedy
00:17
Funny daughter's daily life
Рет қаралды 19 МЛН
The Basics of React Native Gestures
9:07
evening kid
Рет қаралды 11 М.
Animation types in React Native
7:41
evening kid
Рет қаралды 15 М.
Can Moti simplify React Native animations?
10:01
evening kid
Рет қаралды 13 М.
Advanced React Native FlatList animations at 60fps with Animated API
20:11
Interpolation with React Native Animations
8:38
evening kid
Рет қаралды 19 М.
React Native Gesture Handler and Reanimated Tutorial
25:11
William Candillon
Рет қаралды 39 М.
React Native Animated Tabs & Animated Indicator using FlatList
23:58
Animated and React Native ScrollViews
6:55
evening kid
Рет қаралды 14 М.
Advanced React Native FlatList stack carousel animations at 60fps
23:48
Can You Find Hulk's True Love? Real vs Fake Girlfriend Challenge | Roblox 3D
00:24