A library that provides an asynchronous, unencrypted, persistent, key-value storage API.
An asynchronous, unencrypted, persistent, key-value storage API.
Platform Compatibility
Android Device | Android Emulator | iOS Device | iOS Simulator | Web |
---|---|---|---|---|
Installation
Terminal
-
npx expo install @react-native-async-storage/async-storage
If you are installing this in an existing React Native app, start by installing expo
in your project. Then, follow the additional instructions provided by the library's README or documentation.
Usage
See Async Storage's documentation for usage instructions.