Searched defs:basePath (Results 1 – 7 of 7) sorted by relevance
| /expo/packages/expo-router/build/ |
| H A D | LocationProvider.js | 5 function getRouteInfoFromState(getPathFromState, state, basePath) { argument 17 function getNormalizedStatePath({ path: statePath, params, }, basePath) { argument
|
| /expo/docs/scripts/ |
| H A D | generate-static-resources.js | 9 const basePath = path.join(dirname, '../', 'public', 'static', 'constants'); constant
|
| /expo/packages/@expo/cli/e2e/__tests__/export/ |
| H A D | base-path.test.ts | 19 const basePath = '/one/two'; constant
|
| /expo/packages/@expo/cli/src/export/ |
| H A D | exportApp.ts | 62 const basePath = (exp.experiments?.basePath?.replace(/\/+$/, '') ?? '').trim(); constant
|
| /expo/tools/src/commands/ |
| H A D | GenerateDocsAPIData.ts | 124 const basePath = path.join(PACKAGES_DIR, packageName); constant
|
| /expo/packages/expo-router/build/fork/ |
| H A D | getStateFromPath.js | 37 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 D | app.config.js | 26 basePath: process.env.EXPO_E2E_BASE_PATH || undefined, property
|