AsyncStorage

GitHub

npm

A library that provides an asynchronous, unencrypted, persistent, key-value storage API.

Bundled version:
1.21.0

An asynchronous, unencrypted, persistent, key-value storage API.

Platform Compatibility

Android DeviceAndroid EmulatoriOS DeviceiOS SimulatorWeb

Installation

Terminal
npx expo install @react-native-async-storage/async-storage

If you are installing this in an existing React Native app, make sure to install expo in your project. Then, follow the installation instructions provided in the library's README or documentation.

Usage

See Async Storage's documentation for usage instructions.