# @react-native-community/async-storage

> Asynchronous, persistent, key-value storage system for React Native.

Latest version **1.12.1** (published 2020-10-07) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @react-native-community/async-storage
pnpm add @react-native-community/async-storage
yarn add @react-native-community/async-storage
bun add @react-native-community/async-storage
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.12.1 |
| Published | 2020-10-07 |
| First published | 2019-02-11 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 284.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 5073 |
| Author | Krzysztof Borowy |
| Maintainers | evanbacon, brentvatne, krizzu |
| Keywords | react-native, react native, async storage, asyncstorage, storage |

## Links

- npm: https://www.npmjs.com/package/@react-native-community/async-storage
- Repository: https://github.com/react-native-community/react-native-async-storage
- Homepage: https://github.com/react-native-community/react-native-async-storage#readme
- npm.io page: https://npm.io/package/@react-native-community/async-storage

## Dependencies (1)

- [deep-assign](https://npm.io/package/deep-assign.md) ^3.0.0

## Alternatives

- [localforage](https://npm.io/package/localforage.md) — 6.2M weekly downloads
- [localforage-observable](https://npm.io/package/localforage-observable.md) — 30.8K weekly downloads
- [@y/y](https://npm.io/package/@y/y.md) — 30.1K weekly downloads
- [@metaobjectsdev/render](https://npm.io/package/@metaobjectsdev/render.md) — 3.5K weekly downloads
- [@ledgerhq/coin-algorand](https://npm.io/package/@ledgerhq/coin-algorand.md) — 1.1K weekly downloads

## Recent versions

- 1.12.1 (latest) — 2020-10-07
- 1.11.0-alpha.0 (alpha) — 2020-05-22
- 2.0.0-rc.3 (next) — 2020-04-02
- 1.12.0 — 2020-08-18
- 1.11.0 — 2020-05-25
- 1.10.3 — 2020-05-18
- 1.10.2 — 2020-05-18
- 1.10.1 — 2020-05-13
- 1.10.0 — 2020-05-04
- 1.9.0 — 2020-04-01
- 1.8.1 — 2020-02-28
- 1.8.0 — 2020-02-17
- 2.0.0-rc.2 — 2020-02-04
- 1.7.1 — 2019-12-14
- 2.0.0-rc.1 — 2019-12-10
- … 24 more at https://npm.io/package/@react-native-community/async-storage/versions

## README

# React Native Async Storage

An asynchronous, unencrypted, persistent, key-value storage system for React Native.


## Supported platforms

- iOS
- Android
- [Web](https://github.com/react-native-community/async-storage/releases/tag/v1.9.0)
- [MacOS](https://github.com/react-native-community/async-storage/releases/tag/v1.8.1)
- [Windows](https://github.com/react-native-community/async-storage/releases/tag/v1.10.0)


## Getting Started

Head over to [documentation](https://react-native-community.github.io/async-storage/) to learn more.


## Contribution
Pull requests are welcome. Please open an issue first to discuss what you would like to change.

See the [CONTRIBUTING](CONTRIBUTING.md) file for more information.

## License

MIT.

---
_Source: https://npm.io/package/@react-native-community/async-storage · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
