Home
last modified time | relevance | path

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

/expo/docs/common/
H A Droutes.ts45 export const isLearnPath = (path: string) => { constant
60 } else if (isLearnPath(path)) {
/expo/docs/ui/components/CommandMenu/Items/
H A DExpoDocsItem.tsx17 isLearnPath,
51 } else if (isLearnPath(url)) {
64 } else if (isLearnPath(url)) {
/expo/docs/ui/components/CommandMenu/
H A Dutils.ts144 export const isLearnPath = (url: string) => { constant