Searched defs:projectPath (Results 1 – 12 of 12) sorted by relevance
| /expo/packages/expo-yarn-workspaces/bin/ |
| H A D | symlink-necessary-packages.js | 14 function symlinkNecessaryPackages(projectPath) { argument 39 function getProjectPackageJson(projectPath) { argument 48 function symlinkNecessaryPackage(projectPath, packageName) { argument
|
| H A D | make-entry-module.js | 15 function makeEntryModule(projectPath) { argument 78 function readPackageJson(projectPath) { argument
|
| /expo/packages/expo-test-runner/build/ |
| H A D | TemplateProject.js | 31 async createApplicationAsync(projectPath) { argument 134 async copyFilesAsync(projectPath, files) { argument 137 async evaluateFiles(projectPath, files) { argument 141 async build(projectPath, test) { argument 149 async run(projectPath, test) { argument
|
| H A D | TemplateFile.js | 40 async copy(projectPath, outputPath) { argument 45 async evaluate(projectPath, filePath, evaluator) { argument 62 copy(projectPath, outputPath) { argument 67 evaluate(projectPath, filePath, evaluator) { argument
|
| /expo/packages/expo-yarn-workspaces/ |
| H A D | index.js | 19 exports.createMetroConfiguration = function createMetroConfiguration(projectPath, options) { argument
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Paths.ts | 106 const projectPath = path.join(projectRoot, 'android'); constant 114 const projectPath = await getProjectPathOrThrowAsync(projectRoot); constant 120 const projectPath = await getProjectPathOrThrowAsync(projectRoot); constant
|
| /expo/packages/@expo/cli/src/prebuild/ |
| H A D | copyTemplateFiles.ts | 107 const projectPath = path.join(projectRoot, copyFilePath); constant
|
| /expo/apps/bare-expo/ |
| H A D | jest-puppeteer.config.js | 9 const projectPath = process.cwd(); constant
|
| /expo/packages/expo-modules-autolinking/e2e/__tests__/ |
| H A D | monorepo-test.ts | 23 function projectPath(app: string): string { function
|
| /expo/tools/src/android-update-native-dependencies/ |
| H A D | androidProjectReports.ts | 159 const projectPath = path.dirname(gradleFilePath).endsWith('android') constant
|
| H A D | types.ts | 66 projectPath: string; property
|
| /expo/packages/@expo/config-plugins/src/ios/utils/ |
| H A D | Xcodeproj.ts | 329 const projectPath = Paths.getPBXProjectPath(projectRoot); constant
|