Home
last modified time | relevance | path

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

/expo/docs/constants/
H A Dnavigation.js10 const PAGES_DIR = path.resolve(dirname, '../pages'); constant
34 .readdirSync(PAGES_DIR, { withFileTypes: true })
555 const filePath = path.resolve(PAGES_DIR, file);
591 .readdirSync(path.resolve(PAGES_DIR, dir), { withFileTypes: true })
604 const { pathname } = new URL(path.relative(PAGES_DIR, file), 'https://docs.expo.dev');