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!
@norhankhaled7074 жыл бұрын
can you upload video about how to use Asyncstorage in flatlist
@makariyu694 жыл бұрын
Learning react native. This channel will be a great resource for sure. Thanks adrian!
@AdrianTwarog4 жыл бұрын
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 :)
@tommyleong83284 жыл бұрын
As usual, great content with simple explanation on guiding all our react native developer onboard! (Y)
@Programphile4 жыл бұрын
Excellent content! Subscribed. Keep it up!
@AdrianTwarog4 жыл бұрын
Thanks :)
@rajeev78423 жыл бұрын
Where exactly does AsyncStorage stores this data? How it is getting persisted? It would have been great if these information were in the video.
@Holdsy104 жыл бұрын
Very good video mate! I was able to understand it easily :)
@AdrianTwarog4 жыл бұрын
Holdsy10 that’s great, that was the goal!
@veermetri054 жыл бұрын
Awesome tutorial for even absolute begineer! Thank you so much
@AdrianTwarog4 жыл бұрын
You’re welcome!
@spang1e8584 жыл бұрын
Thanks for this, made it easy to understand and implement into my project.
@AdrianTwarog4 жыл бұрын
Great to hear!
@nooch8154 жыл бұрын
Great video Adrian - thank you!
@AdrianTwarog4 жыл бұрын
Ronald Crecco thank you !
@NicolasSilvaVasault4 жыл бұрын
how about with react hooks? how is the approach with react native hooks?
@vaibhavkumarpatel68634 жыл бұрын
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...
@AdrianTwarog4 жыл бұрын
Cool idea I do everything haha
@lukehatcher984 жыл бұрын
Thank you for this great tutorial!
@mohammadrasel12714 жыл бұрын
can you upload a video on implementing onboarding or walkthrough screens using react native? it would be very helpful
@AdrianTwarog4 жыл бұрын
Hey that’s a great idea, will do
@sherifsamir68882 жыл бұрын
Thanks for the amazing content !
@purringlobster4 жыл бұрын
Love the great works man =))
@michawattenberg46654 жыл бұрын
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
@jakediaz92824 жыл бұрын
I'm getting the same error. Still haven't found a fix...
@AdrianTwarog4 жыл бұрын
Maybe check github doco?
@AdrianTwarog4 жыл бұрын
I'd suggest checking doco as my example is RN
@ginicholas43224 жыл бұрын
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.
@sntlln934 жыл бұрын
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.
@Dheerajsonali4 жыл бұрын
Getting error. Sqlitefullexception: Error storing data error: Database or disk is full (code 13).
@AdrianTwarog4 жыл бұрын
Maybe check github doco?
@sumukhakb27014 жыл бұрын
Rare and nice video, please do some more videos on react native
@carmiaca3 жыл бұрын
Can't setState on a component that is not yet mounted error when running getData.
@ishara83754 жыл бұрын
Sir, can you make a video about setting up FCM in ejected expo app. Pls
@AdrianTwarog4 жыл бұрын
Maybe in the future :)
@ishara83754 жыл бұрын
@@AdrianTwarog Waiting sir,
@romainplantureux21253 жыл бұрын
Hello thanks a lot ! Do you have some link to documentation or anything else for use this with nodejs/mysql ? thank you :-)
@LuizFernando-ew4te2 жыл бұрын
Where i find this react full example code ?
@alvin_lal4 жыл бұрын
which vs code theme do you use?
@saidinusah4 жыл бұрын
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
@AdrianTwarog4 жыл бұрын
get it from local storage ideally
@NicolasSilvaVasault4 жыл бұрын
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
@practicacodigo91192 жыл бұрын
Hello, thank your jajajajaj I like your style jaja
@damjanosemini7962 жыл бұрын
'@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
@jakediaz92824 жыл бұрын
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
@AdrianTwarog4 жыл бұрын
May need to check github on that one
@divyanshusoni4341 Жыл бұрын
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
@emilrasmussen74294 жыл бұрын
Am I the only one triggered by the way he pronounced "Deprecated" 😅
@mahdiarchin3 жыл бұрын
You are not alone
@odhynthooc6483 жыл бұрын
me too
@Слава-э8ю6 ай бұрын
Thank you!
@umairali23603 жыл бұрын
Where is AsyncStorage Data Physically Located on Android devices?????
@mednour4963 жыл бұрын
how Loading data with AsyncStorage in new Tab Screen
@shrikantjha56304 жыл бұрын
Worked !
@AdrianTwarog4 жыл бұрын
Thanks!
@salemouail6274 жыл бұрын
thanks for the video
@vitormazuco54104 жыл бұрын
where is the your code?
@AdrianTwarog4 жыл бұрын
Vitor Mazuco I’ll try put it up for reference. Code pen?
@yuriiberezynets61023 жыл бұрын
thx! 🔥
@santi_cendra_music3 жыл бұрын
how to save a video?
@abdremo3 жыл бұрын
Cool One
@AbdulRehman-ux8uj4 жыл бұрын
awesome
@sameralsudani73234 жыл бұрын
Can you share the source code via Github please?
@AdrianTwarog4 жыл бұрын
In future videos I will try to do this!
@NikolajLepka2 жыл бұрын
de-pre-ca-ted not de-pre-ci-a-ted
@ManojSatishkumar4 жыл бұрын
try ... catch is not a loop. Its a block.
@DilanBuddhikawijerathne4 жыл бұрын
background music is too much than your voice
@henporchaing47942 жыл бұрын
c ey jes mis bro
@Hu3sosik Жыл бұрын
Pashol Nahuy
@michael_ibeh10 ай бұрын
AsyncStorage is slow.
@DarkMooN-uh1ih Жыл бұрын
Async Storage has moved to new organization => react-native-async-storage/async-storage
@earnverneditor28974 жыл бұрын
Awesome tutorial for even absolute begineer! Thank you so much