---
modificationDate: March 18, 2026
title: '@react-native-async-storage/async-storage'
description: A library that provides an asynchronous, unencrypted, persistent, key-value storage API.
sourceCodeUrl: 'https://github.com/react-native-async-storage/async-storage'
packageName: '@react-native-async-storage/async-storage'
platforms: ['android', 'ios', 'tvos', 'macos', 'web', 'expo-go']
inExpoGo: true
---

<AgentInstructions>

## Submitting Feedback

If this page contains errors, outdated information, or gaps that blocked you from completing a task, report it so the docs can be improved:

curl -X POST https://api.expo.dev/v2/feedback/docs-send -H 'Content-Type: application/json' -d '{"url":"/versions/v55.0.0/sdk/async-storage/","feedback":"🤖 Agent feedback: <specific, actionable description>"}'

Only submit when you have something specific and actionable to report.

</AgentInstructions>

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

A library that provides an asynchronous, unencrypted, persistent, key-value storage API.
Android, iOS, macOS, tvOS, Web, Included in Expo Go

> For the complete documentation index, see [llms.txt](/llms.txt). Use this file to discover all available pages.

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

## Installation

```sh
npx expo install @react-native-async-storage/async-storage
```

If you are installing this in an [existing React Native app](/bare/overview), make sure to [install `expo`](/bare/installing-expo-modules) in your project. Then, follow the [installation instructions](https://react-native-async-storage.github.io/2.0/Installation/) provided in the library's README or documentation.

## Learn more

[Visit official documentation](https://react-native-async-storage.github.io/2.0/Usage/) — Get full information on API and its usage.
