Animated Login Form in React Native (#2 Animations)

  Рет қаралды 13,808

notJust․dev

notJust․dev

Жыл бұрын

Learn how to animate Login Forms in React Native using Reanimated 2.
This is part 2 out of a 2 episode series where we will learn how to animate elements from authentication screens in React Native. Today we will focus on the animations part, but if you want to see how we created the UI, check out our previous episode:
• Animated Login Form in...
🎒 Download the Asset Bundle (Source code, images, dummy data, slides):
assets.notjust.dev/animated-auth
📚 Join the waitlist for "The Full-stack Mobile Developer" to be notified when we release it again
academy.notjust.dev/
💬 Join the notJust Development gang and let's build together
/ discord
Tag me on social media when you finish this build, and I will give you feedback on your project.
➤ / vadimnotjustdev
➤ / vadimnotjustdev
➤ / vadimsavin
➤ / vadimnotjustdev
Timecodes:
Disclaimer: This build is for educational purposes only!! All views, opinions, technology choices expressed in this video are my own and do not represent the views, opinions, technology choices of any entity whatsoever with which I have been, am now, or will be affiliated.
#VadimSavin #notjustdev #reactnative

Пікірлер: 40
@felipemelendez5741
@felipemelendez5741 Жыл бұрын
super well explained, this is awesome, thanks!
@anum2471
@anum2471 Жыл бұрын
Thanks for the effort Lukas & Vadim! Lukas nailed the perfection level.
@lukasgrinevicius5868
@lukasgrinevicius5868 Жыл бұрын
Thaank You! 🤗
@dannipals79
@dannipals79 Жыл бұрын
React Native for the win. Thanks for the tutorial
@And1997Ruz
@And1997Ruz 4 ай бұрын
This was a great tutorial. Thank you, sir!
@laachariabdelhaq4435
@laachariabdelhaq4435 Жыл бұрын
Thanks for the effort Luckas
@VenkateshN6819
@VenkateshN6819 Жыл бұрын
Thank you for the content. I learnt new things today
@lukasgrinevicius5868
@lukasgrinevicius5868 Жыл бұрын
Glad to hear!! 🤩
@Muzly
@Muzly Жыл бұрын
Just the video I've been waiting for.
@lukasgrinevicius5868
@lukasgrinevicius5868 Жыл бұрын
Glad to hear!! 🚀
@zanfet
@zanfet Жыл бұрын
Amazing video! Keep it up!!
@drachensunde4552
@drachensunde4552 Жыл бұрын
I was wondering if there is any way to fix the keyboard problem? When you click on the text input the keyboard covers it and you can't see what you are writing.
@islamicvoicesandhistory138
@islamicvoicesandhistory138 9 ай бұрын
Please did you find solution? You obviously did. Can you please share please
@yaseenrajpoot2366
@yaseenrajpoot2366 Жыл бұрын
Vadim and co you guys are gem❤️
@lukasgrinevicius5868
@lukasgrinevicius5868 Жыл бұрын
We are trying our best! 😊
@Shaaaah
@Shaaaah Жыл бұрын
Nice content. Keep growing 🔥
@lukasgrinevicius5868
@lukasgrinevicius5868 Жыл бұрын
Thank You!! 🚀
@spoorthiguptha5830
@spoorthiguptha5830 Жыл бұрын
Thanks for this amazing video wrt UI!! Could you please help in solving the keyboard issue in here. Tried the Keyboardawrescrollview but it wont help. Please suggest/guide. Thanks in advance.
@fofort55
@fofort55 Жыл бұрын
Hi, when I run the demo app or my own app that uses your code, there is a delay of roughly a second between the splash disappearing and the background image appearing. Is there a way to fix that?
@nav.r
@nav.r Жыл бұрын
Loved your Video, but the only problem is the Keyboard on the Device. it covers the Form.
@JKholmatov
@JKholmatov Жыл бұрын
When will you start "The Full-stack Mobile Developer" course?
@islamicvoicesandhistory138
@islamicvoicesandhistory138 9 ай бұрын
1)text inputs are editable from intro screen 2) fields become insignificant by overlapping with background img Anyone solved these? 😢
@threefincreators2409
@threefincreators2409 Жыл бұрын
please make a video on flat list
@umairnaeem5820
@umairnaeem5820 Жыл бұрын
when I add "Animated.View" in the place of "View", then it shows an error, I am using an android simulator. Please help.
@memostartup281
@memostartup281 Жыл бұрын
Sir please make tutorial on how to install and setup react native video and media control package in react native version 0.69
@ggnstaff6948
@ggnstaff6948 Жыл бұрын
Its awesome! thanks for that! but when i click in password textinput, all the bottom screen filled with keyboard and can't see the textinput. any solution for that?
@sahasdangol9864
@sahasdangol9864 9 ай бұрын
we can use useAnimatedKeyboard to handle this issue.
@abhijithca2500
@abhijithca2500 Жыл бұрын
when i press the input field the key board pop ups and the bottom containers are going up under the image
@ggnstaff6948
@ggnstaff6948 Жыл бұрын
same issue and i tried for keyboardavoidingview but still no solution
@islamicvoicesandhistory138
@islamicvoicesandhistory138 9 ай бұрын
Did you find solution? Please share
@yj9025
@yj9025 Жыл бұрын
zIndex is not working in my android emulator. I have tried elevation aswell and it doesn't work either , the formInputContainer is still on top.
@abhijithca2500
@abhijithca2500 Жыл бұрын
same for me also please help
@CodeCraftersHubOff
@CodeCraftersHubOff Жыл бұрын
You Should Need to Change the View To "Animated.View" Initially am facing the same issue
@umairnaeem5820
@umairnaeem5820 Жыл бұрын
@@CodeCraftersHubOff when I add "Animated.View" in the place of "View", then it shows an error, I am using an android simulator. Please help.
@tayyabshakoor204
@tayyabshakoor204 Жыл бұрын
react-native-reanimated not working properly in react native...please help me if anyone has done it...... Let me know so i can fix it in my Project
@nats7367
@nats7367 Жыл бұрын
This is the same video tutorial made by UnsureProgrammer 3yrs ago
@laxbrogabs22
@laxbrogabs22 Жыл бұрын
spent a lot of time on this and it doesn't work. Even tried copying his code from his bundle and that didn't work either. Don't waste 2 hours of your life like me
@zanfet
@zanfet Жыл бұрын
Dude this tutorial was so much fun! I made a super cool animation! Can I tag you on twitter when I publish it?
@notjustdev
@notjustdev Жыл бұрын
So happy for you! Sure, tag us when you share it
FlatList Animations in React Native with Reanimated 2
59:15
notJust․dev
Рет қаралды 11 М.
Animated Login Form in React Native (#1 UI)
14:50
notJust․dev
Рет қаралды 26 М.
How To Choose Ramen Date Night 🍜
00:58
Jojo Sim
Рет қаралды 51 МЛН
Balloon Pop Racing Is INTENSE!!!
01:00
A4
Рет қаралды 15 МЛН
Learn React Native Gestures and Animations - Tutorial
1:19:58
freeCodeCamp.org
Рет қаралды 106 М.
Easy animations in React Native using Reanimated 2 (tutorial)
27:28
notJust․dev
Рет қаралды 22 М.
Introduction to Animated API (React Native)
15:43
Reactiive
Рет қаралды 26 М.
OpenAI SHOCKED Everyone! Voice, Vision, & Free?!
8:58
Theoretically Media
Рет қаралды 40 М.
Advanced React Native FlatList animations at 60fps with Animated API
20:11
Fernando Rojo: Is React Native + Next.js production-ready?
22:16
INSANE OpenAI News: GPT-4o and your own AI partner
28:48
AI Search
Рет қаралды 169 М.
NEW GPT-4o: My Mind is Blown.
6:28
Joshua Chang
Рет қаралды 246 М.
React Native Animated Tabs & Animated Indicator using FlatList
23:58
ПИЛОНИДАЛЬНАЯ киста 😱 #Shorts
0:24
ФАКТОГРАФ
Рет қаралды 3,5 МЛН
ПЛЮСЫ и МИНУСЫ , если мама была бы ЛЕДИ БАГ 😂🐞 #shorts
0:40
Владислав Шудейко
Рет қаралды 3,2 МЛН