Skip to content

react-native-async-storage/async-storage

 
 

Repository files navigation

Async Storage

A collection of persistent data storages, targeting different platforms, unified within a single API.

Work in progress

Async Storage v2 is under development.

If you're looking for published and operational Async Storage version, please check out LEGACY branch.

Features

Getting started

Install

  1. Install Core dependency
yarn add @react-native-community/async-storage@next
  1. Select a storage for your platform.

Usage

See usage can be found here.

Available storages

  • Legacy - for React Native apps
  • Web - for Web apps

Documentation

License

MIT.