React Native Login & Signup Screen UI Design Tutorial || React Native Tutorial

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024
  • React Native Login & Signup Screen UI Design Tutorial || React Native Tutorial
    Project Source Code: github.com/SGC...
    React Placement Ready Question sheet: sgcodes.co.in/...
    React Placement Ready Intro: • React Placement Ready ...
    For any help or doubts, you can contact me on Instagram or Telegram: sgcodes.co.in/
    ===============================
    Latest Videos
    ===============================
    Get your Dream Job via Cold Calling:
    • Get your dream job via...
    Get into FAANG via Referral:
    • How to get into FAANG ...
    Uber Interview Process:
    • How he cracked Uber wh...
    My Coding Journey:
    • My Coding Journey || J...
    India's Highest Paying Startups:
    • Top 10 highest paying ...
    React Native Movie App:
    • React Native Movie App...
    React Native Telegram UI Clone:
    • Telegram Clone UI usin...
    ===============================
    Popular Videos:
    ===============================
    Get Ready for frontend Developer Interviews:
    • React Placement Ready ...
    S.G. Code's 1-year RUclips Rewind:
    • S.G.Codes RUclips Rewi...
    Sending Emails using Nodemailer:
    • How to send email usin...
    Building Memory Game using JavaScript:
    • Build a Memory Game us...
    How to become a Full Stack Web developer in 6 months:
    • How to become Full Sta...
    ===============================
    React Placement Ready:
    ===============================
    Part-I Basic React:
    • React Placement Ready ...
    Part-II Virtual DOM & DOM:
    • React Placement Ready ...
    Part-III JSX:
    • React Placement Ready ...
    Part-IV Lifecycle methods:
    • React Placement Ready ...
    Part-V(a) React hooks:
    • React Placement Ready ...
    Part-V(b) React Hooks:
    • React Placement Ready ...
    Part-VI React Components:
    • React Placement Ready ...
    Part-VII State & Props in React:
    • React Placement Ready ...
    Part-VIII React Context API:
    • React Placement Ready ...
    Part-IX Redux:
    • React Placement Ready ...
    Part-X React Router:
    • React Placement Ready ...
    Part-XI Miscellaneous:
    • React Placement Ready ...
    ===============================
    React Native Crash Course in Hindi:
    ===============================
    The Basics of React Native:
    • The Basics of React Na...
    User Profile in React Native:
    • User Profile in React ...
    Form Validation in React Native Part-I:
    • Form Validation in Rea...
    Form Validation in React Native Part-II:
    • Form Validation in Rea...
    TODO App in React Native:
    • TODO App in React Nati...
    COVID Vaccination Slot finding App:
    • COVID Vaccination Slot...
    ===============================
    Internship Interviews:
    ===============================
    Backend developer Internship at Vedantu:
    • Backend developer Inte... ​​​
    How to prepare for GSoC:
    • Google Summer of Code:... ​​​
    Off-Campus Internship in Trell:
    • Off-Campus Internship ... ​​​​​
    Ernst & Young(EY) Off-Campus Internship:
    • Ernst & Young(EY) Off ...
    ===============================
    Popular Playlists:
    ===============================
    React Native Projects:
    • React Native Projects
    React Placement Ready:
    • React Placement Ready
    React Native Crash Course in Hindi:
    • React Native Crash Cou...
    JavaScript Projects:
    • JavaScript Projects
    Building a Portfolio Website:
    • Portfolio Website usin...
    Building Games using JavaScript:
    ruclips.net/user/pl...
    ✨ Tags ✨
    react-native login screen, react native login screen UI, react native login UI, react native login signup and navigation example, react native login signup, react native login signup screen, react native login and signup UI, react native UI, react native UI design tutorial, react native UI design, react native UI tutorial, react native UI project, react native UI components, react native tutorial, react native, react native signup and login, react native registration

Комментарии • 66

  • @gilr.7
    @gilr.7 Год назад +4

    Thank you so much for investing your time to record this tutorial!

  • @MujahidAkhtar1
    @MujahidAkhtar1 Год назад +1

    great explanation I have initial started on react native its very helpful

  • @lowtianwei9722
    @lowtianwei9722 Год назад

    Awesome, Anyway to pass the variable from custom component(Field.js) to Parent(Signup.js). Looking forwards to see this video. Thank you

    • @officialsgcodes
      @officialsgcodes  Год назад

      You want to pass a variable from child to parent?

    • @lowtianwei9722
      @lowtianwei9722 Год назад

      @@officialsgcodes yes. Collect those first name, last name and call api

    • @officialsgcodes
      @officialsgcodes  Год назад

      Passing data from child to parent is not allowed. You can't do that.
      You'll have to maintain global state using context api or redux to do so.

  • @shaheeraamir8991
    @shaheeraamir8991 Год назад +2

    Great Explanation Man

  • @gilr.7
    @gilr.7 Год назад +1

    Thank you very much for this tutorial!

  • @anandgomaskar2210
    @anandgomaskar2210 Год назад

    thanku so much much make this video and upload this video ...........thanku so much sir.
    became a huge fan.......please make lie this video .....jay hind

  • @dipeshdas6965
    @dipeshdas6965 5 месяцев назад

    my text input is very slow what should i do?

  • @SohanKumar-yq6he
    @SohanKumar-yq6he 3 месяца назад

    position absolute not working

  • @raihanfirdaus8594
    @raihanfirdaus8594 Год назад +2

    ERROR Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: object. You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports. i am getting this error.
    i have latest react-native version installed

  • @WankhadeTejasSuresh
    @WankhadeTejasSuresh Год назад

    great explanation. very helpful. I did everything as explained in the video but facing dependencies issues

    • @officialsgcodes
      @officialsgcodes  Год назад

      What's the issue that you are facing?

    • @WankhadeTejasSuresh
      @WankhadeTejasSuresh Год назад

      @@officialsgcodes @SG Codes in emulator I am getting message that sdk 44 is not supported on expo. Also in the terminal it is asking to use react native 0.64.3 where as my current version is 0.70 . Is there any way I can match the dependencies easily? Also will it work if I just generate the apk file and try to install it in my phone?

    • @officialsgcodes
      @officialsgcodes  Год назад +1

      Generating the apk won't work. Try updating all the dependencies, if it doesn't work then you'll have to downgrade only.

    • @WankhadeTejasSuresh
      @WankhadeTejasSuresh Год назад +1

      @@officialsgcodes I'll try downgrading then

  • @TusharYadav-me1sd2uf2n
    @TusharYadav-me1sd2uf2n Год назад

    ReactImageView: Image source "null" doesn't exist
    This error frustrated me, still not working, please give any solution.

    • @officialsgcodes
      @officialsgcodes  Год назад

      Please share an error screenshot on telegram/Instagram with me. I'll check

  • @programmingwithnit5308
    @programmingwithnit5308 Год назад +1

    Thank you

  • @abdulhaseebkhan2284
    @abdulhaseebkhan2284 2 года назад +1

    sir hum yha textinput field ke bhi component bna skte the kya bar bar same code copy paste kr rhe hain

    • @officialsgcodes
      @officialsgcodes  2 года назад

      It completely depends on you ki aap kis part ko component banate ho.

    • @abdulhaseebkhan2284
      @abdulhaseebkhan2284 2 года назад

      @@officialsgcodes same code hum bar bar repeat kr rhe kya hum iska bhi component bna skte hain

    • @officialsgcodes
      @officialsgcodes  2 года назад

      Yes you can. But agar code kaafi use ho raha h to uska component banane ka benefit h, otherwise koi benefit nhi h

  • @nikhiltiwari7936
    @nikhiltiwari7936 Год назад

    can you help in this error
    E:\mobile-app>npx react-native run-android
    error: unknown command 'run-android'

    • @JitendraGhodela
      @JitendraGhodela 6 месяцев назад

      kyoki android studio nhi hoga tumhre pc m

  • @himanshujld3979
    @himanshujld3979 2 года назад

    Awesome 🎉

  • @CodeAndCookWithUsama
    @CodeAndCookWithUsama Год назад

    Great Effort Brother, do you have any tutorial on Login Authentication?

    • @officialsgcodes
      @officialsgcodes  Год назад +1

      No, I don't have any video on that yet but will upload one soon

  • @shikhakushawaha9892
    @shikhakushawaha9892 Год назад +1

    Meri background image ni aa rhi please help me 😢

    • @officialsgcodes
      @officialsgcodes  Год назад

      Please check your code from the video once, and if it still doesn't work please connect with me over telegram, and share your code

  • @abdulhaseebkhan168
    @abdulhaseebkhan168 2 года назад

    osm video

  • @shikhakushawaha9892
    @shikhakushawaha9892 Год назад

    Background ke upr text ni aa rha

    • @officialsgcodes
      @officialsgcodes  Год назад

      Check the styling correctly from the video. This is the issue of styling

  • @briancarson10
    @briancarson10 Год назад

    Good work, kindly share source code

    • @officialsgcodes
      @officialsgcodes  Год назад +1

      I'm glad you liked the video 🙂
      The source code is present in the description

    • @okwarebrian1838
      @okwarebrian1838 Год назад

      @@officialsgcodes kindly check your instagram

    • @officialsgcodes
      @officialsgcodes  Год назад

      Hey, I don't have any message there

    • @briancarson10
      @briancarson10 Год назад

      @@officialsgcodes i sent you a message on telegram

  • @IsmailKhan-nh1tg
    @IsmailKhan-nh1tg 4 месяца назад

    Can you create a video on how to connect this screen to firebase?

  • @tasbeehabunema384
    @tasbeehabunema384 Год назад +2

    I am very grateful for your explanation, it was great, easy to apply and I could understand it very well

  • @CGRealStudios
    @CGRealStudios 9 месяцев назад

    Any chance this can be translated

  • @CodeAndCookWithUsama
    @CodeAndCookWithUsama Год назад +1

    As I run on emulator, it shows the good result, and when I run on my mobile, the screen size is not matching with emulator, I want to make this app responsive on any device, Reason/Solution?

    • @officialsgcodes
      @officialsgcodes  Год назад

      You'll have to use dimensions in that case. I have made a video on that, please check that.
      Dimensions video: ruclips.net/video/c_iz7o4TuKs/видео.html

    • @f_76_palaklahoti44
      @f_76_palaklahoti44 Год назад

      Heyy can you help me with what all we have to install before running this application, actually I'm not getting it

  • @bhumiparoksya
    @bhumiparoksya 8 месяцев назад

    ab controller me se Home Page ki value kaise Bind Karenge?

  • @abdulhaseebkhan168
    @abdulhaseebkhan168 2 года назад +1

    Sir please make video on redux toolkit

  • @vpkalsgondamadam2647
    @vpkalsgondamadam2647 8 месяцев назад

    onpress not working

  • @nitishb7745
    @nitishb7745 Год назад

    Can you please use the hook Window dimension instead of height

    • @officialsgcodes
      @officialsgcodes  Год назад +1

      There are multiple ways of doing a thing.
      Will try to use the hook as well from now on 👍

    • @nitishb7745
      @nitishb7745 Год назад

      @@officialsgcodes thanks bro

  • @hubealia.smolaali8869
    @hubealia.smolaali8869 8 месяцев назад

    Sir no words found how i thank to you