Home
last modified time | relevance | path

Searched refs:useAsyncState (Results 1 – 2 of 2) sorted by relevance

/expo/apps/router-e2e/__e2e__/auth/
H A DuseStorageState.ts7 function useAsyncState<T>(initialValue?: [boolean, T | null]): UseStateHook<T> { function
35 const [state, setState] = useAsyncState<string>();
/expo/docs/pages/router/reference/
H A Dauthentication.mdx95 function useAsyncState<T>(
126 const [state, setState] = useAsyncState<string>();