UNPKG

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

Version:

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

6 lines (5 loc) 163 B
"use strict"; import AsyncStorage from "./AsyncStorage"; export { useAsyncStorage } from "./hooks"; export default AsyncStorage; //# sourceMappingURL=index.js.map