As always, masterpiece .. Your "My way of doing" thing is totally the best .. Please don't stop uploading videos , keep us animated with your knowledge 😍❤️
Hi Miron, can you make a fundamental and basic tutorial for Animated API? or Animated API from react-native-reanimated? such as making timing function, spring etc... I really need those tutorial since the react-native-reanimated documentation seems too advance for me :D I like your tutorial because you're using JS and your english pronounciation are easier to understand, bcs im not a native english XD
I tried each and every step but there was a problem in inputtext padding it was not actually overlapping with the flatlist value so i have given marginTop:-10 explicitly. Rest worked great. Thanks for the tutorial.. :) :)
Thank a lot, by the way is it possible make camera filters which is kind of beauty filter before take a photo like default. For example the app called B612 or SNOW? Really want to learn how to build this up!
I'm a beginner. this is not beginner-friendly. bcoz u are starting somewhere. please try to make a full tutorial. time doesn't matter. and change your font style it will improve your channel. thank you
Thanks a lot Filipe. I’m not sure about the course, I took some days off and I was pretty lazy lately. Hopefully this will be release in the near future. Thanks ✌️
Whenever you start, please start from scratch..this will be helpful to us as lot of code is already written on your vs code,so it's kinda hard sometimes to understand
Thanks for sharing your feedback. I will try to do it in the future! Also, the starter code link is in the description, you can pause the video, grab it, add it into your IDE and resume the video. We will have the same starting point. Thanks again for this feedback Hasan ✌️
Maybe one day! Thanks for the suggestion. Meanwhile, if you'd like to support me and have access to some private source code, you can become a Patreon: www.patreon.com/bePatron?u=20582060. Thanks ✌️
You can check it yourself on ReactNative docs. Its basically avoiding extra bounce/jumpiness at the start or end of the list while scrolling. Thanks! ✌️
Hello from another romanian guy and thanks for this video. Studying React Native for my job at the moment.
Hi 🇷🇴 I’m glad that you choose my channel to learn React Native animations . Thanks ✌️
@@CatalinMironDev perfect videos to learn from.
The TextInput trick is really useful since useState don’t really work with animation that well, solved one of my problem thank you
As always, masterpiece .. Your "My way of doing" thing is totally the best .. Please don't stop uploading videos , keep us animated with your knowledge 😍❤️
Thanks a lot Sujata for showing your appreciation, it means a lot to me. Thanks ✌️
@@CatalinMironDev You deserves more than that .. I'm glad I found you 😅 .. Now, I can be a good React Native Developer .. Thank you ♥️
Dude, you are just amazing. I watched your tutorial like a addictive TV series. Great job, keep up the good work and thanks a lot.
You are a Wonderful React Native Tutor on UA-cam....Thank you so much :)
Wow, thank you and you're very welcome Tushar ✌️
Hi Miron, can you make a fundamental and basic tutorial for Animated API? or Animated API from react-native-reanimated? such as making timing function, spring etc...
I really need those tutorial since the react-native-reanimated documentation seems too advance for me :D
I like your tutorial because you're using JS and your english pronounciation are easier to understand, bcs im not a native english XD
I saw your tweet, who's the person who hates you ? we need to blame them, because you're the best 😎
haahaha, I'm not going to blame or point to a particular person, but whoever it is, that person knows :)
I'M IN LOVE WITH YOUR CHANNEL!
I do enjoy it. very well... Please make more animated tuts
Absolutely amazing content ❤
I tried each and every step but there was a problem in inputtext padding it was not actually overlapping with the flatlist value so i have given marginTop:-10 explicitly.
Rest worked great.
Thanks for the tutorial.. :) :)
You are doing too much good ✌️🔥🔥
i wanted to learn pan responder so of you can please make few videos for this topic may be it can help 💯
Thank You Catalin, It's a very awesome tutorial I learned a lot, keep going as usual 🔥🔥🔥
Liked before watching it, bro!
Thank you very much! I will try to use in my project
Thanks, I will help me a lot for resolving text value animation
Thank a lot, by the way is it possible make camera filters which is kind of beauty filter before take a photo like default. For example the app called B612 or SNOW?
Really want to learn how to build this up!
This dude is awesome
Great like usual, thanks Miron
Wooow that was very good I'm really enjoyed
You are the absolute best!
Wonderful learning by you.
Could you do bottom sheet using animated??? Your videos are awesome
great content like always man thank you for your time and effort 👏👏💯💯💯💯
Always my pleasure Bedirhan! ✌️
I'm a beginner. this is not beginner-friendly. bcoz u are starting somewhere. please try to make a full tutorial. time doesn't matter. and change your font style it will improve your channel. thank you
it's very very very niceeeeee ,
thanks catalin
Thank Ahmad, I’m glad you liked it ✌️
i want to display total 7 item in one row with less width, here we are showing only 3, so how can we do that...???
Great video. Thank you.
Bro, you are Awesome ❤
Awesome as usual!
Thank you! Cheers! ✌️
I want to show number list in vertical mode with same animation, can you please tell me how can I do that?
Will you consider using flutter?
Thanks.
I want to pause countdown and resume again from there so how to paused timer when some props changes in parent component
Pause and resume is something that I’ll cover in my upcoming course for Instagram stories in React Native.
@@CatalinMironDev waiting for that
thank you a lot for this
Awesome as always. Hey do you have any courses happening?
Thanks a lot Filipe. I’m not sure about the course, I took some days off and I was pretty lazy lately. Hopefully this will be release in the near future. Thanks ✌️
Pls create a music app with ylight music 👌
Always with a bang 🔥
Uuu, thanks a lot Adarsh ✌️
Great video brother 👍
Glad you enjoyed Thanks Praveen ✌️
Awesome
wonderful
Thank you Farrukh ✌️
Top content !!!!
Fantastic, awesome.
Glad you like it! Thanks Igor ✌️
as brilliant as ever.
Wow, thank a lot Nadeem! ✌️
Awesome bro!
Thanks Fermin ✌️
can anyone help me out to implement same timer selected but direction should be vertical
what is the font you are using?
Budget version of William. Nothing wrong with that :D
What do you mean? Could you please share more? Thanks ✌️
Your tutorials is awesome. Can you explain below code, it really hard to understand
useEffect(() => {
const listener = textInputAnimation.addListener(({value}) => {
inputRef?.current?.setNativeProps({
text: Math.ceil(value).toString(),
});
});
return () => {
textInputAnimation.removeListener(listener);
textInputAnimation.removeAllListeners();
};
});
please wat the name of your background music
UA-cam is responsible for providing such beautiful songs. I don’t know the names tho. Thanks ✌️
Can anyone explain me how snapToInterval works? I didn't catch it
Noice 🔥
Thanks Gorhom ✌️
Waiting for reanimated2 vids
Whenever you start, please start from scratch..this will be helpful to us as lot of code is already written on your vs code,so it's kinda hard sometimes to understand
Thanks for sharing your feedback. I will try to do it in the future! Also, the starter code link is in the description, you can pause the video, grab it, add it into your IDE and resume the video. We will have the same starting point. Thanks again for this feedback Hasan ✌️
hey everybody , any best react native course? please share link
Hey , make a course on React native , yours would rock on udemy 🔥💯
Maybe one day! Thanks for the suggestion. Meanwhile, if you'd like to support me and have access to some private source code, you can become a Patreon: www.patreon.com/bePatron?u=20582060. Thanks ✌️
please make tutorial in react native cli.
Why? I mean what would be the difference? Thanks Bilal!
you gotta start from scratch, I like your content, but I'm so lazy to figure out how to get where you start from!
Noted! I also shared the starter code, the link is in the description. Thanks! ✌️
and also please to your flat list deocumention for bounce
You can check it yourself on ReactNative docs. Its basically avoiding extra bounce/jumpiness at the start or end of the list while scrolling. Thanks! ✌️
@@CatalinMironDev I can't find the bonce animation part in the documentation
@@kymzTech Did you at least try to search for it inside the documentation? Here's the link: reactnative.dev/docs/scrollview#bounces.
Tnx
Great video!