React Native Tutorial #24 - AsyncStorage - How to make an Offline Login with Async Storage

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

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

  • @mashschool
    @mashschool  3 года назад +2

    If you have any questions about this or request tutorials in this style, be sure to leave a comment below, and thank you for liking the video. 😉

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

    Thanks man , i was having a problem with AsyncStorage ,but your video helped me alout thanks.

  • @pkmkb_0
    @pkmkb_0 3 года назад +2

    thanks . this is my first time learning react native series . so precise & likeable content. All the best !!!

  • @FagneTReges
    @FagneTReges 3 года назад

    Hi teacher! I am Brazilian. Your videos have helped me a lot. You are best teacher!!!! Thanks for your dedication!!!

  • @leongvincent9294
    @leongvincent9294 3 года назад +1

    Thanks for sharing. Just what I needed to understand better this concept. Please make for us a complete project using react native CLI

    • @mashschool
      @mashschool  3 года назад +1

      Glad to hear! Definitely one of the future series will be making a big project from scratch.

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

    Hola desde Colombia, los videos me ayudaron mucho gracias

  • @alvarobyrne
    @alvarobyrne 3 года назад

    great> gradle clean thing!

  • @kovi_lol
    @kovi_lol 3 года назад

    Thank you!

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

    great video

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

    When I installed the async storage and run then it worked. Not given an error as your code.👀
    But when I click the login button it gave me an error.(the value for Username is not a string

  • @KalyanKumar-d4p
    @KalyanKumar-d4p 11 месяцев назад

    can we use for Offlice Connectivity of Data

  • @develop-with-faizan
    @develop-with-faizan 3 года назад

    Too good just wanted to request make videos more frequently.BTW thanks for this video.

    • @mashschool
      @mashschool  3 года назад

      You're welcome. More to Come!

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

    Hello, can you suggest how to create setItem and getItem for a nested object ?

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

    hello
    when i have login but refresh app then first show login then home screen any solution for this..??

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

    NIce video, this helped me a lot. Only issue Ican see is when user logs in for the second time it sees the LOGIN SCREEN for a fraction of second. which should not be the case for logged in users. how to achive that Please help.

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

    👍Sir you create a function by using rnfes in vs code

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

    you need to promote these videos to reach more people, you may use youtube or instagram ads.

  • @abdel-rahmanmostafa5786
    @abdel-rahmanmostafa5786 2 года назад

    What is the name of the music Mash

  • @sokvebolkol3504
    @sokvebolkol3504 3 года назад

    Great

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

    how to fetch previous detail for the user login sir

  • @andigela5825
    @andigela5825 3 года назад

    Hello can you help me with this error .then(value => { =======> . is Unexpected token

  • @vickneswarir8965
    @vickneswarir8965 3 года назад

    Please put video for cart items to store in async storage

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

    Thanks for all
    I have one question is asyncStorage work in expo cli..?

  • @vantungpham159
    @vantungpham159 3 года назад

    help me ? i have multiple item child in Flastlist how i can pass data detail from Item Flatlist to Modal ? thank you so much

    • @mashschool
      @mashschool  3 года назад +1

      You can save the item's data in the state as clicked item and use the state in the modal. also videos number #10 and #14 may help you.

    • @vantungpham159
      @vantungpham159 3 года назад +1

      @@mashschool thank you so much

  • @วีนารัตน์แสวงกิจ

    I'm waiting for the next video (SQL lite), good video

  • @manjunathamj3452
    @manjunathamj3452 3 года назад +1

    Asyncstorage warning coming

  • @nadhifrafifaiz3628
    @nadhifrafifaiz3628 3 года назад

    Hello can you help me with this error? [Error: undefined Unable to resolve module @react-native-async-storage/async-storage

    • @mashschool
      @mashschool  3 года назад +1

      You have to import this module like this:
      import AsyncStorage from '@react-native-community/async-storage';

    • @nadhifrafifaiz3628
      @nadhifrafifaiz3628 3 года назад

      @@mashschool thank you for the respond, and turns out i have to link the dependencies

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

    Thank you!