Home
last modified time | relevance | path

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

/expo/docs/ui/components/CommandMenu/Items/
H A DExpoDocsItem.tsx15 isEASPath,
47 } else if (isEASPath(url)) {
60 } else if (isEASPath(url)) {
/expo/docs/ui/components/CommandMenu/
H A Dutils.ts124 export const isEASPath = (url: string) => { constant