@react-native-async-storage/async-storage
Version:
Asynchronous, persistent, key-value storage system for React Native.
9 lines (7 loc) • 316 B
JavaScript
;
import { getLegacyStorage } from "./createAsyncStorage";
export { createAsyncStorage } from "./createAsyncStorage";
export { AsyncStorageError } from "./AsyncStorageError.js";
// Legacy storage that is proxy to an old storage data.
export default getLegacyStorage();
//# sourceMappingURL=index.js.map