📄 expo/versions/latest/sdk/async-storage

File: async-storage.md | Updated: 11/15/2025

Source: https://docs.expo.dev/versions/latest/sdk/async-storage

Hide navigation

Search

Ctrl K

Home Guides EAS Reference Learn

Reference version

SDK 54 (latest)

Archive Expo Snack Discord and Forums Newsletter

@react-native-async-storage/async-storage

GitHub npm

Ask AI

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

GitHub npm

Ask AI

Android

iOS

macOS

tvOS

Web

Bundled version:

2.2.0

Copy page


Async Storage is asynchronous, unencrypted, persistent, key-value storage solution.

Installation


Terminal

Copy

- 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.

Learn more


Visit official documentation

Get full information on API and its usage.