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
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.
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. 😉
Thanks man , i was having a problem with AsyncStorage ,but your video helped me alout thanks.
thanks . this is my first time learning react native series . so precise & likeable content. All the best !!!
You're very welcome!
Hi teacher! I am Brazilian. Your videos have helped me a lot. You are best teacher!!!! Thanks for your dedication!!!
Happy to hear that!
Thanks for sharing. Just what I needed to understand better this concept. Please make for us a complete project using react native CLI
Glad to hear! Definitely one of the future series will be making a big project from scratch.
Hola desde Colombia, los videos me ayudaron mucho gracias
great> gradle clean thing!
Thank you!
great video
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
can we use for Offlice Connectivity of Data
Too good just wanted to request make videos more frequently.BTW thanks for this video.
You're welcome. More to Come!
Hello, can you suggest how to create setItem and getItem for a nested object ?
hello
when i have login but refresh app then first show login then home screen any solution for this..??
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.
👍Sir you create a function by using rnfes in vs code
you need to promote these videos to reach more people, you may use youtube or instagram ads.
What is the name of the music Mash
Great
how to fetch previous detail for the user login sir
Hello can you help me with this error .then(value => { =======> . is Unexpected token
Please put video for cart items to store in async storage
Thanks for all
I have one question is asyncStorage work in expo cli..?
Yes it does work, I'm using it
help me ? i have multiple item child in Flastlist how i can pass data detail from Item Flatlist to Modal ? thank you so much
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.
@@mashschool thank you so much
I'm waiting for the next video (SQL lite), good video
Published now.
Asyncstorage warning coming
Hello can you help me with this error? [Error: undefined Unable to resolve module @react-native-async-storage/async-storage
You have to import this module like this:
import AsyncStorage from '@react-native-community/async-storage';
@@mashschool thank you for the respond, and turns out i have to link the dependencies
Thank you!