UNPKG

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

Version:

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

8 lines (4 loc) 169 B
import AsyncStorage from "./AsyncStorage"; export { useAsyncStorage } from "./hooks"; export type { AsyncStorageStatic } from "./types"; export default AsyncStorage;