UNPKG

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

Version:

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

8 lines 171 B
/** * @format * */ import AsyncStorage from './AsyncStorage'; export default AsyncStorage; export { useAsyncStorage } from './hooks'; //# sourceMappingURL=index.js.map