UNPKG

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

Version:

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

10 lines (7 loc) 143 B
/** * @format * @flow */ import AsyncStorage from './AsyncStorage'; export default AsyncStorage; export {useAsyncStorage} from './hooks';