#3 Animated Login Screen - Professional Animations in React Native | Reanimated | Gesture Handler

  Рет қаралды 39,636

Unsure Programmer

Unsure Programmer

Күн бұрын

Пікірлер: 112
@incognitoYSL
@incognitoYSL 5 жыл бұрын
I can’t believe we’re getting this for free. this is really incredible! thank you sir!😀
@MrBarralex
@MrBarralex 4 жыл бұрын
Man this guy is a beast, I was following the tree videos and thinking, man wtf so wise. Kudos to you.
@tziortziskyprianou2725
@tziortziskyprianou2725 5 жыл бұрын
Very nice, the only problem is the keyboard. How do we properly use KeyboardAvoidingView ?
@joshuawachira3742
@joshuawachira3742 4 жыл бұрын
hey i have the same problem did u know how to fix it
@Emperorkovic
@Emperorkovic 5 жыл бұрын
thanks man.. really great... though i observe that the textInputs jump into the svg image when you try to enter text
@manvindersingh8957
@manvindersingh8957 4 жыл бұрын
You are genius! Great. Really enjoyed this.
@elchinobedregal
@elchinobedregal 5 жыл бұрын
A temporary fix I've made for the problem with the keyboard is to change the first container view with this: and also add to the animated container of the inputs this styles: backgroundColor: '#fff', borderTopLeftRadius: 30, borderTopRightRadius: 30,
@phonenai5935
@phonenai5935 5 жыл бұрын
You fixed it, good
@-ab3ad926
@-ab3ad926 5 жыл бұрын
Thanks, you saved this tut ^_^
@pixelgruen
@pixelgruen 4 жыл бұрын
You are awesome dude!!!
@johntony4987
@johntony4987 4 жыл бұрын
Don't forget to add zIndex: -1 for not cut X into half
@zaidjamil2945
@zaidjamil2945 4 жыл бұрын
Awesome dude!! for the behavior do this to work on ios and android behavior={Platform.OS == "ios" ? "padding" : "height"}
@aleks6331
@aleks6331 5 жыл бұрын
Great series, thanks! Can you please tell me is there a benefit using TapGestureHandler instead of TouchableWithoutFeedback in this case?
@mulwelimushiana8388
@mulwelimushiana8388 4 жыл бұрын
My question exactly
@nikhil-saxena
@nikhil-saxena 5 жыл бұрын
Amazing man! You are doing an amazing work in animation in react-native. 👏🏻
@jarceantonio
@jarceantonio 5 жыл бұрын
Very nice tutorial. I found an issue with this example, when you test in a real device or press cmd+k in order to show the keyboard of the simulator, the keyboard covers all de sign in form. I hope you solve this issue. Anyway this is a really good content. Thanks man.
@ErHarinderSingh
@ErHarinderSingh 5 жыл бұрын
I am facing this too. Have you resolve it?
@htomontenegro
@htomontenegro 4 жыл бұрын
You are awesome!! How can I move the background when Keyboard appears? I'm trying with a keyboard listener but still can't fix it
@michaelgrunewalder9879
@michaelgrunewalder9879 4 жыл бұрын
Great and easy to follow tutorial, Thanks! Only issue I have at the moment is that on iOS (13.5) the image totally disappears when I use the SVG wrapper. On Android all is ok.
@HK-wp9qw
@HK-wp9qw 5 жыл бұрын
I can’t thank you enough for sharing this, it’s exactly what I was looking for
@aRookieProgrammer
@aRookieProgrammer 5 жыл бұрын
Oh my god Varun! this is pure genius!
@khumozin
@khumozin 5 жыл бұрын
Great series 💯 However, when typing in the textinput, the keyboard hides the form 🤷🏽‍♂️
@shubamdadhwal3497
@shubamdadhwal3497 5 жыл бұрын
please can u tell me how to resolve this
@markjones6894
@markjones6894 4 жыл бұрын
After changing the image to an svg, even after putting “href” instead of “source”, the image does not get displayed. It is correctly installed, correctly imported and the code is exactly the same but I can’t find the error. I have restarted the simulator and cleared the cache but nothing worked. What seems to be the problem ?
@saurabhjain2161
@saurabhjain2161 4 жыл бұрын
@Mark Jones Code is available here. try replacing your code to confirm if there is some code mistake. github.com/nathvarun/professional-animations-in-react-native/blob/master/01-animated-login-screen/Part%202/app/index.js
@zaidjamil2945
@zaidjamil2945 4 жыл бұрын
if you have this error couldn't find RNSVG module, do cd ios then install pods, he is using expo in this tut so he didn't have to do that.
@mauriciogarcia1725
@mauriciogarcia1725 5 жыл бұрын
Excelent Video Unsure Programmer! Could you tell me how do i use setState with TapGestureHandler? I need to setState by onPress event before the animation starts. Thanks in advance!
@pratibhan3629
@pratibhan3629 3 жыл бұрын
Can we add fade animation when loading a react native screen from a native iOS screen?
@nicathidayetzade1482
@nicathidayetzade1482 5 жыл бұрын
BIG thanks man! That is amazing video.
@shikher.
@shikher. 5 жыл бұрын
This is one more fantastic tutorial!! Thank you!!
@TheGeorgeBandMusic
@TheGeorgeBandMusic 4 жыл бұрын
Great series
@vvssangeeth
@vvssangeeth 5 жыл бұрын
How keyboard is handled??
@vvssangeeth
@vvssangeeth 5 жыл бұрын
Any idea On this?
@MrSlips96
@MrSlips96 5 жыл бұрын
@@vvssangeeth I'm facing the same problem...
@BeulahKl1z2x
@BeulahKl1z2x 5 жыл бұрын
Wonderful tutorial Mr. Varun, I have signed up for your tutorial on udemy. I have followed all three videos through and through but I'm still facing up an issue with the x (closing) it auto closes a soon as the sign-up button is pressed. I know I have missed a line somewhere in the final animation setup cause everything was working perfectly just as you showed. I brushed through your videos again can't seem to find which line I have made a mistake at. If you could load your final SVG animation code on GitHub that would be so helpful. Please do so. Thank you again.
@shantanu277
@shantanu277 4 жыл бұрын
There is an issue with shadow in current version, We need to add- elevation: 3, after shadowOpacity for the shadow to appear.
@JeanPierreCasanovaFuentes
@JeanPierreCasanovaFuentes 5 жыл бұрын
really superb tutorial!!! thank you so much!!!! like x1000
@TLGnoor
@TLGnoor 4 жыл бұрын
dima said good idea for the animation thank you
@pman-codes
@pman-codes 5 жыл бұрын
Nice one! Super
@newforcesyella8052
@newforcesyella8052 5 жыл бұрын
thank you!! was incredible!
@exalandconcept
@exalandconcept 5 жыл бұрын
Thanks for all your great tutorials , i like it :)
@Unmaleable
@Unmaleable 5 жыл бұрын
This was a great series!! I got it working but react-native svg doesnt work with my version of react. THANK YOU
@ricardoquirino3515
@ricardoquirino3515 4 жыл бұрын
u r the guy!!!! thanks a lot!!!
@rabiekhlifi3492
@rabiekhlifi3492 5 жыл бұрын
how do we make it when we click singin it take us to a home screen ?
@ankurgupta2936
@ankurgupta2936 4 жыл бұрын
SVG clipping does not work when I run the same code on expo start --web. Any Suggestion?
@subhajitroy3775
@subhajitroy3775 4 жыл бұрын
this.onStateChange a reanimated event is called, can one be able to call a javascript event along with native event on END state. This video tutorial is awesome. Thank You
@mishusikka8368
@mishusikka8368 4 жыл бұрын
hey there!, this has really been of great help since I have been working on my final year project, could you please help me out how to navigate to another screen after I press SIGN IN button (post all the animations and screen goes height/3), I looked at your react-navigation tutorial but couldn't really figure out for this particular example. please help thanks a lot for this tutorial.
@mishusikka8368
@mishusikka8368 4 жыл бұрын
@unsureprogrammer please help?
@alihussnain6618
@alihussnain6618 5 жыл бұрын
and thank you for great series
@tuandattran4227
@tuandattran4227 5 жыл бұрын
like the title, it's professional !!
@paragvt
@paragvt 5 жыл бұрын
Great video! Are you planning to upload code for Part 3? thanks!
@taimoorhassan7767
@taimoorhassan7767 5 жыл бұрын
great work.
@l.e.nichols9382
@l.e.nichols9382 5 жыл бұрын
Very cool!
@vignesh462
@vignesh462 5 жыл бұрын
What happen if keyboard is up 😃🤔
@vvssangeeth
@vvssangeeth 5 жыл бұрын
Nice question
@mohamdalmhde1322
@mohamdalmhde1322 5 жыл бұрын
yah what happen
@beytr62
@beytr62 5 жыл бұрын
Crops from top area and works normally
@anakkolamikan414
@anakkolamikan414 5 жыл бұрын
awesome tutorial, how can I add an icon to the sign in button?
@kirtimaanlodha1467
@kirtimaanlodha1467 5 жыл бұрын
Nice tutorial. Is code of this tutorial is available on github ?
@gauravbagul4730
@gauravbagul4730 5 жыл бұрын
Thank you. was very helpful.
@leolima8585
@leolima8585 4 жыл бұрын
Invariant Violation: requireNativeComponent: 'RNSVGCIRCLE' was not found in the UIManager
@Drewmssu
@Drewmssu 5 жыл бұрын
this is gold, thank you
@kaylanwalker5022
@kaylanwalker5022 4 жыл бұрын
Add to your gradle: android:windowSoftInputMode="adjustPan" Will pan the view while keyboard is open.
@saurabhjain2161
@saurabhjain2161 4 жыл бұрын
I am new to react and react-native, can somebody please explain me followings? - Instead of meshing code, can we create components for button and other things?? - Why we have used Text instead of Buttons? - Input text Email and Password doesnot become empty after we close the input container. When i click on Sign in again to see the animated input text, i got old data exist in Email and Password text
@codingwithlaraveller
@codingwithlaraveller 4 жыл бұрын
- Yes you can write reusable component for input or buttons according to your need - instead of button we used Text because button does not give much of styling, with Text we can use TouchableOpacity around the Text to make it touchable and apply other styles - for clearing out the input fields, reference those fields to some variables and when that cross is pressed, clear those variables and when you press the Singin button again, your input fields would be empty (this is just wild shot, can't say for sure that it will work)
@FarhanKhan-tx1eo
@FarhanKhan-tx1eo 5 жыл бұрын
Everything was going well but i installed yarn add react-native-svg it messed up errors occurded that image already been declared although i had already removed it from top?
@sandeepsingh-rl1zg
@sandeepsingh-rl1zg 5 жыл бұрын
Video is fine But we can't send args when we touch the button I guess that's why you didn't go for Facebook implementation
@asadsalehumar1011
@asadsalehumar1011 5 жыл бұрын
I can't believe this is freeeeeee, ow sem !
@farzadshami
@farzadshami 5 жыл бұрын
Everything was going well but i cannot use the keyboard , can you help us ....
@leolima8585
@leolima8585 5 жыл бұрын
I couldn't execute the project, why? I downloaded git, followed the class, gives several errors in emulation. Does anyone have this project's Git already working for me to compare my attempt to what works?
@rohittheozzy
@rohittheozzy 5 жыл бұрын
Is this the best way to do animations in React?
@ezel1291
@ezel1291 5 жыл бұрын
nice,. please make tutorial for sidebar with navigation in react native
@riteshsinha216
@riteshsinha216 5 жыл бұрын
Please make a video on adding payment gateway with expo
@richard92105
@richard92105 4 жыл бұрын
can't find the final github for part 3
@zameer-haider
@zameer-haider 5 жыл бұрын
its work in expo ?
@tsxdaniel
@tsxdaniel 5 жыл бұрын
I love your setup of vs code. Can you share it? Regards from Chile
@UnsureProgrammer
@UnsureProgrammer 5 жыл бұрын
Daniel Toro thanks! kzbin.info/www/bejne/npXVoHagdtqHsMk Let me know if anything is missing
@kirtimaanlodha1467
@kirtimaanlodha1467 5 жыл бұрын
Unsure Programmer I couldn’t get javascripreact snippet to work. I had to duplicate that into javascript snippet file instead. What could be possible reason?
@soumitacharjee4056
@soumitacharjee4056 5 жыл бұрын
can you tell how to set the wallpaper as my background image using react native ???
@vodanh2873
@vodanh2873 5 жыл бұрын
Great!!! , Please, share full source code part 3.Thank !
@simocan1594
@simocan1594 5 жыл бұрын
Very Thanks!
@AbdulRehman-by1or
@AbdulRehman-by1or 4 жыл бұрын
I can't enter text in input fields!! Need Help
@aykut1
@aykut1 5 жыл бұрын
perfect
@Danilo1993456
@Danilo1993456 5 жыл бұрын
Could You show this example without expo ? , please
@lglf77
@lglf77 4 жыл бұрын
Part3, git? show video, error here
@codegame2815
@codegame2815 5 жыл бұрын
nice
@Nivethaguru
@Nivethaguru 5 жыл бұрын
Where can we get the source code for this?
@damithedirisinghe8193
@damithedirisinghe8193 5 жыл бұрын
How to add TapGestureHandler to SING IN WITH FACEBOOK button open new input field to sing in to face book
@farazahmad7928
@farazahmad7928 5 жыл бұрын
Please Please sir kindly make tutorial on Chat clone which support multiple features like in Facebook (Messanger). I have seen many tutorials regarding chat system but all are worthless . I'm following you since 1st day . Please make chat clone series with database (firebase) Please reply on my comment sir
@shaheenirivetty7740
@shaheenirivetty7740 5 жыл бұрын
Nothing to say👌
@vlogiotcomti
@vlogiotcomti 5 жыл бұрын
vc liberou o cod no github? [
@unreleasedclips9398
@unreleasedclips9398 4 жыл бұрын
can anyone provide me the code of the this module
@punjab4udotcom
@punjab4udotcom 5 жыл бұрын
Could I get that part 3 source code?
@AvinashKumar-wg9dr
@AvinashKumar-wg9dr 5 жыл бұрын
please make tutorials on react navigation 4
@nikhil-saxena
@nikhil-saxena 5 жыл бұрын
let { width, height } = Dimensions.get('window'); const statusBarHeight = StatusBar.currentHeight; height = Platform.OS === "android" ? height + statusBarHeight : height; Do this to support android screen correctly. Else on android image won't take full screen.
@alihussnain6618
@alihussnain6618 5 жыл бұрын
kindly also add part 3 code to git
@viricel01
@viricel01 5 жыл бұрын
🙏 🙏 🙏
@leolima8585
@leolima8585 5 жыл бұрын
Não funcionou para mim
@GoeHybrid
@GoeHybrid 5 жыл бұрын
Please, add part 3 to github
@allisnetwork
@allisnetwork 4 жыл бұрын
Excellent series. If you had wanted to add a custom font to this project what steps would you take? docs.expo.io/guides/using-custom-fonts/#using-the-usefonts-hook , breaks the code for me. Also, do you do any freelance work?
@UnsureProgrammer
@UnsureProgrammer 4 жыл бұрын
kzbin.info/www/bejne/jJ2WdIOEg5xrbrM. let me know if this helps.
@allisnetwork
@allisnetwork 4 жыл бұрын
@@UnsureProgrammer Thanks for the reply. After installing the library/adding the raleway.ttf file to the assets/font folder and using the same code from your linked video still running into issues. Getting the following error message when trying to compile imgur.com/a/Cz6uIwG . Any ideas what the issue could be?
@artem-fs
@artem-fs 4 жыл бұрын
Cirlce animation looks ugly, animate also radius x2 will looks much better
Why React Native Gesture Handler & Reanimated ?
13:54
Unsure Programmer
Рет қаралды 45 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Try this prank with your friends 😂 @karina-kola
00:18
Andrey Grechka
Рет қаралды 9 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Airbnb Header Animation | React Native | Reanimated
7:29
Unsure Programmer
Рет қаралды 50 М.
ANIMATED Tab Bar Navigation in React Native
12:55
DesignIntoCode
Рет қаралды 48 М.
React Native Gestures
28:46
DesignCode
Рет қаралды 37 М.
Swipe Gestures in React Native with react-native-gesture-handler
11:44
React Native School
Рет қаралды 65 М.
Mind blowing animation in React Native and Expo with Animated API
16:34
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 240 М.
#1 Airbnb UI Clone | React Native | Expo | Layout Series
11:16
Unsure Programmer
Рет қаралды 104 М.
Exploring the Tailwind CSS v4.0 Beta with Sam Selikoff
1:18:18
Adam Wathan
Рет қаралды 23 М.
React Native Shared Element Transition
6:43
William Candillon
Рет қаралды 68 М.
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН