Home
last modified time | relevance | path

Searched defs:basePath (Results 1 – 7 of 7) sorted by relevance

/expo/packages/expo-router/build/
H A DLocationProvider.js5 function getRouteInfoFromState(getPathFromState, state, basePath) { argument
17 function getNormalizedStatePath({ path: statePath, params, }, basePath) { argument
/expo/docs/scripts/
H A Dgenerate-static-resources.js9 const basePath = path.join(dirname, '../', 'public', 'static', 'constants'); constant
/expo/packages/@expo/cli/e2e/__tests__/export/
H A Dbase-path.test.ts19 const basePath = '/one/two'; constant
/expo/packages/@expo/cli/src/export/
H A DexportApp.ts62 const basePath = (exp.experiments?.basePath?.replace(/\/+$/, '') ?? '').trim(); constant
/expo/tools/src/commands/
H A DGenerateDocsAPIData.ts124 const basePath = path.join(PACKAGES_DIR, packageName); constant
/expo/packages/expo-router/build/fork/
H A DgetStateFromPath.js37 function getUrlWithReactNavigationConcessions(path, basePath = expo_constants_1.default.expoConfig?… argument
537 function getBasePathRegex(basePath) { argument
545 function stripBasePath(path, basePath = expo_constants_1.default.expoConfig?.experiments?.basePath)… argument
/expo/apps/router-e2e/
H A Dapp.config.js26 basePath: process.env.EXPO_E2E_BASE_PATH || undefined, property