Home
last modified time | relevance | path

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

/expo/docs/ui/components/Layout/
H A DusePersistScroll.ts10 export function usePersistScroll<T extends HTMLElement = HTMLDivElement>(id: string) { function
/expo/docs/ui/components/Navigation/
H A DNavigation.tsx10 import { LayoutScroll, usePersistScroll } from '~/ui/components/Layout';
20 const persistScroll = usePersistScroll('navigation');