I am trying to grow my channel, so if you find this video useful, #subscribe & hitting the #bell :) Thanks for watching and hope you liked and learnt something new!
Mac O. Thanks. Planning to do a future video on all of react native from start to end but that’s going to take a bit more time. For now trying to cover fundamentals and interesting topics :)
On which technology you are working in companies. React native? If so please make one full series of react native app development from beginnier to advance. You are explaining well... Please answer my above questions...
Hi! How i can add AsyncStorage with npm? I tried with [npm i @react-native-community/async-storage] but it doesn't seems to work. I dont want to use yarn because i'm already using npm.
I just have a problem with the linking. Im using Expo and if I install the package there is always the error: "[@RNC/AsyncStorage]: NativeModule: AsyncStorage is null." . Ive tried to link Async Storage but it doesn't work. Do you have a solution for this? Thanks
If you go to the expo docs it shows that AsyncStorage is automatically installed within the 'react-native' library as of SDK 36+. Import { AsyncStorage } from 'react-native'; Though, you'd still need to look at the docs just to make sure nothing has changed.
how do i get the stored data when my app opens for the first time. Let's say i store the user name so when theres a username data, i navigate to the landing screen instead of the sign up
you can use keychain and store both username and password, and on componentdidmount (or useEffect on hooks) ask if the credentials exist, then you can log the user and navigate to home, otherwise just go back to login
I am getting an Error:[@RNC/AsyncStorage]: NativeModule: AsyncStorage is Null. Is anyone else getting this error and if so lemme know if you've fixed it. Thanks guys
'@react-native-community/async-storage' is no longer available and the new version of 'react-native-async-storage/async-storage' show some errors after install
I am trying to grow my channel, so if you find this video useful, #subscribe & hitting the #bell :) Thanks for watching and hope you liked and learnt something new!
can you upload video about how to use Asyncstorage in flatlist
Learning react native. This channel will be a great resource for sure. Thanks adrian!
Mac O. Thanks. Planning to do a future video on all of react native from start to end but that’s going to take a bit more time. For now trying to cover fundamentals and interesting topics :)
Where exactly does AsyncStorage stores this data? How it is getting persisted? It would have been great if these information were in the video.
As usual, great content with simple explanation on guiding all our react native developer onboard! (Y)
On which technology you are working in companies.
React native?
If so please make one full series of react native app development from beginnier to advance.
You are explaining well...
Please answer my above questions...
Cool idea I do everything haha
Excellent content! Subscribed. Keep it up!
Thanks :)
Awesome tutorial for even absolute begineer! Thank you so much
You’re welcome!
Thanks for this, made it easy to understand and implement into my project.
Great to hear!
how about with react hooks? how is the approach with react native hooks?
Very good video mate! I was able to understand it easily :)
Holdsy10 that’s great, that was the goal!
can you upload a video on implementing onboarding or walkthrough screens using react native? it would be very helpful
Hey that’s a great idea, will do
Great video Adrian - thank you!
Ronald Crecco thank you !
Hi! How i can add AsyncStorage with npm? I tried with [npm i @react-native-community/async-storage] but it doesn't seems to work. I dont want to use yarn because i'm already using npm.
I just have a problem with the linking. Im using Expo and if I install the package there is always the error: "[@RNC/AsyncStorage]: NativeModule: AsyncStorage is null." . Ive tried to link Async Storage but it doesn't work. Do you have a solution for this? Thanks
I'm getting the same error. Still haven't found a fix...
Maybe check github doco?
I'd suggest checking doco as my example is RN
If you go to the expo docs it shows that AsyncStorage is automatically installed within the 'react-native' library as of SDK 36+. Import { AsyncStorage } from 'react-native'; Though, you'd still need to look at the docs just to make sure nothing has changed.
Am I the only one triggered by the way he pronounced "Deprecated" 😅
You are not alone
me too
Thank you for this great tutorial!
Hello thanks a lot ! Do you have some link to documentation or anything else for use this with nodejs/mysql ? thank you :-)
I have two questions:
1. Will it work even after uninstalling the application
2. What can be the alternative if we use Xamarin instead of React Native
Sir, can you make a video about setting up FCM in ejected expo app. Pls
Maybe in the future :)
@@AdrianTwarog Waiting sir,
Getting error. Sqlitefullexception: Error storing data error: Database or disk is full (code 13).
Maybe check github doco?
Can't setState on a component that is not yet mounted error when running getData.
how to save a video?
which vs code theme do you use?
Thanks for the amazing content !
Rare and nice video, please do some more videos on react native
how do i get the stored data when my app opens for the first time. Let's say i store the user name so when theres a username data, i navigate to the landing screen instead of the sign up
get it from local storage ideally
you can use keychain and store both username and password, and on componentdidmount (or useEffect on hooks) ask if the credentials exist, then you can log the user and navigate to home, otherwise just go back to login
I am getting an Error:[@RNC/AsyncStorage]: NativeModule: AsyncStorage is Null.
Is anyone else getting this error and if so lemme know if you've fixed it.
Thanks guys
May need to check github on that one
Where is AsyncStorage Data Physically Located on Android devices?????
Love the great works man =))
Thank you!
how Loading data with AsyncStorage in new Tab Screen
where is the your code?
Vitor Mazuco I’ll try put it up for reference. Code pen?
Worked !
Thanks!
Hello, thank your jajajajaj I like your style jaja
'@react-native-community/async-storage' is no longer available and the new version of 'react-native-async-storage/async-storage' show some errors after install
thanks for the video
thx! 🔥
Cool One
awesome
Can you share the source code via Github please?
In future videos I will try to do this!
de-pre-ca-ted
not de-pre-ci-a-ted
c ey jes mis bro
background music is too much than your voice
Pashol Nahuy
try ... catch is not a loop. Its a block.
AsyncStorage is slow.
Async Storage has moved to new organization => react-native-async-storage/async-storage
Awesome tutorial for even absolute begineer! Thank you so much