Home
last modified time | relevance | path

Searched refs:getPageSection (Results 1 – 3 of 3) sorted by relevance

/expo/docs/common/
H A Droutes.ts13 return navigation[getPageSection(path)] as NavigationRoute[];
49 export const getPageSection = (path: string) => { constant
/expo/docs/ui/components/Sidebar/
H A DSidebarFooter.tsx13 import { getPageSection } from '~/common/routes';
17 const isArchive = router?.pathname ? getPageSection(router.pathname) === 'archive' : false;
/expo/docs/components/
H A DDocumentationPage.tsx63 const sidebarActiveGroup = RoutesUtils.getPageSection(pathname);
70 RoutesUtils.getPageSection(pathname) !== RoutesUtils.getPageSection(url) ||