React Native Application to save data i.e. AsyncStorage which is unencrypted, persistent, key-value storage system that is global to the app.
It is recommended that you use an abstraction on top of AsyncStorage instead of AsyncStorage directly for anything more than light usage since it operates globally.
This JS code is a simple facade over the native iOS implementation to provide a clear JS API, real Error objects, and simple non-multi functions. Each method returns a Promise object.
Async 1 | Async 2 | Async 3 |
---|---|---|