UNPKG

@react-native-community/async-storage

Version:
25 lines (11 loc) 335 B
# 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