React Native
About Lesson

In this React Native lesson we are going to learn about React Native AsyncStorage, so this is an unencrypted, asynchronous, persistent, key-value storage system that is global to the app. It should be used instead of LocalStorage.

 

 

Installation

We need to install this , the built in one is deprecated, if you are using expo you can use this command and for React Native CLI you can change the expo to npm.

 

 

 

This is our ReactSync.js component.

 

 

 

This is our App.js.

 

 

 

 

Run your application and this is the result, you can write something in the textinput, after that you can save that in the mobile storage.

React Native AsyncStorage
React Native AsyncStorage