UNPKG

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

Version:

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

10 lines (7 loc) 233 B
import type { AsyncStorageHook, AsyncStorageStatic, } from "../lib/typescript/types"; export function useAsyncStorage(key: string): AsyncStorageHook; declare const AsyncStorage: AsyncStorageStatic; export default AsyncStorage;