React Native Async Storage
React Native Async Storage is a simple, unencrypted, asynchronous, persistent, and key-value storage system that is global to the app and should be used instead of LocalStorage.
One of the critical features of Async Storage is that it is asynchronous, which means that all operations are non-blocking. Making it a good choice for storing large amounts of data, or for storing data that is accessed frequently.