Home
last modified time | relevance | path

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

/expo/docs/common/
H A Droutes.ts29 export const isHomePath = (path: string) => { constant
62 } else if (isHomePath(path)) {
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoDocsItem.tsx16 isHomePath,
49 } else if (isHomePath(url)) {
62 } else if (isHomePath(url)) {
/expo/docs/ui/components/CommandMenu/
H A Dutils.ts138 export const isHomePath = (url: string) => { constant