#1 - Storing User Name - React Native Async Storage Note App

  Рет қаралды 29,802

Full Stack Niraj

Full Stack Niraj

Күн бұрын

Пікірлер: 30
@the_python_man
@the_python_man Жыл бұрын
really helpful to global view and more of Async Storage , thanks man
@Psgupta23
@Psgupta23 Жыл бұрын
thank you your way of teaching is awesome
@srushtisatardekar6659
@srushtisatardekar6659 Жыл бұрын
Which Visual Studio extension did you use for 'rnfc'. There are so many different extensions on VS code. Can you specify the exact name?
@fsniraj
@fsniraj Жыл бұрын
It’s a custom code snippet, VS Code Add Your Custom Code Snippets kzbin.info/www/bejne/hqrJk5WsiLCEqqc
@usamamalik1921
@usamamalik1921 3 жыл бұрын
Broh keep on going on youtube u have a bright future insha Allah...
@fsniraj
@fsniraj 3 жыл бұрын
Thanks bro
@jsdeveloper
@jsdeveloper 3 жыл бұрын
This is a great video to learn about AsyncStorage. I found a small fix to better looking that wraps 'NoteScreen' with . And I need a inquire about the 'handleOnSearchInput' working on NoteScreen, when I made two notes that title as test1 and test2, then I write to search on the search field. Then firstly write test2 and delete just a number '2' from 'test2'. It was shown "Not found". How to fix it? :)
@fsniraj
@fsniraj 3 жыл бұрын
First SafeAreaView is not for android it is only for IOS docs.expo.io/versions/latest/react-native/safeareaview/ and thaks for mentioning this bug you can reset resultNotFound state before filtering notes inside handleOnSearchInput method like this *setResultNotFound(false); const filteredNotes = notes.filter(note => { if (note.title.toLowerCase().includes(text.toLowerCase())) { return note; } });*
@jsdeveloper
@jsdeveloper 3 жыл бұрын
@@fsniraj thank you for reply :), but I couldn't fix it. by the way, how about that delete all of the current searching strings on Search-Field when a backspace pushed?
@raymondmichael4987
@raymondmichael4987 Жыл бұрын
These looks good buddy
@KousseilaMd
@KousseilaMd 5 ай бұрын
you are amazing thanks a lot
@Aaron-pf8cd
@Aaron-pf8cd Жыл бұрын
Great Material! You have a like and subscriber :)!
@rashidiqbal6810
@rashidiqbal6810 2 жыл бұрын
i have installed the es7/react/redux extension but I do not get the shortcut keys e.g imic(import icon)
@fsniraj
@fsniraj 2 жыл бұрын
If you want to you can also add the custom snippets like this kzbin.info/www/bejne/hqrJk5WsiLCEqqc
@programmingwithnit5308
@programmingwithnit5308 Жыл бұрын
Thank you
@josephinekwakye4495
@josephinekwakye4495 3 жыл бұрын
Great tutorials...Anywhere we can get the code
@fsniraj
@fsniraj 3 жыл бұрын
In the description, it's updated now.
@josephinekwakye4495
@josephinekwakye4495 3 жыл бұрын
@@fsniraj thank you...awesome tutorial
@dcybershark
@dcybershark 7 ай бұрын
When you write expo initi,, 😢😢😢 lmao
@rezatm235
@rezatm235 3 жыл бұрын
U are best
@fsniraj
@fsniraj 3 жыл бұрын
O really, Thanks.
@humayunsheikh56
@humayunsheikh56 3 жыл бұрын
Github Link For Source Code.
@fsniraj
@fsniraj 3 жыл бұрын
Will update tonight.
@humayunsheikh56
@humayunsheikh56 3 жыл бұрын
@@fsniraj Thanks
@sunnybidhuri
@sunnybidhuri 3 жыл бұрын
Kamaal
@codefixers
@codefixers 2 жыл бұрын
are you mad?
@fsniraj
@fsniraj 2 жыл бұрын
I don't know. What do you think?
@ykalingarao8808
@ykalingarao8808 6 ай бұрын
Dirty don't show your face
@fsniraj
@fsniraj 6 ай бұрын
Working on it ordered a new one let's see when it comes.
@ykalingarao8808
@ykalingarao8808 6 ай бұрын
@@fsnirajdon't put your face near camera
#2 - Greeting User by Time - React Native Async Storage Note App #CRUD
18:19
What’s the Best React Native Storage Option? 🧐
12:53
Simon Grimm
Рет қаралды 47 М.
Players vs Pitch 🤯
00:26
LE FOOT EN VIDÉO
Рет қаралды 126 МЛН
#4 - FlatList 2 Column Layout - React Native Async Storage Note App #CRUD
18:26
Using ASYNC STORAGE w/React Native & Expo
10:45
DesignIntoCode
Рет қаралды 33 М.
Asyncstorage React Native | Async Storage Tutorial
14:19
Adrian Twarog
Рет қаралды 105 М.
CRUD Full Stack com Node, React & MySQL
40:19
Will Dev
Рет қаралды 123 М.
Why I avoid useEffect For API Calls and use React Query instead
17:45
#3 - Custom Text Input Modal - React Native Async Storage Note App #CRUD
28:10