@react-native-community/async-storage
Version:
Asynchronous, persistent, key-value storage system for React Native.
25 lines (11 loc) • 335 B
Markdown
# react-native-async-storage
Asynchronous, persistent, key-value storage system for React Native.
## Getting started
### Install
`yarn add @react-native-community/async-storage`
or
`npm install @react-native-community/async-storage --save`
### Link
`react-native link @react-native-community/async-storage`
## Usage
ToDo