Home
last modified time | relevance | path

Searched defs:projectPath (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-yarn-workspaces/bin/
H A Dsymlink-necessary-packages.js14 function symlinkNecessaryPackages(projectPath) { argument
39 function getProjectPackageJson(projectPath) { argument
48 function symlinkNecessaryPackage(projectPath, packageName) { argument
H A Dmake-entry-module.js15 function makeEntryModule(projectPath) { argument
78 function readPackageJson(projectPath) { argument
/expo/packages/expo-test-runner/build/
H A DTemplateProject.js31 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 DTemplateFile.js40 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 Dindex.js19 exports.createMetroConfiguration = function createMetroConfiguration(projectPath, options) { argument
/expo/packages/@expo/config-plugins/src/android/
H A DPaths.ts106 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 DcopyTemplateFiles.ts107 const projectPath = path.join(projectRoot, copyFilePath); constant
/expo/apps/bare-expo/
H A Djest-puppeteer.config.js9 const projectPath = process.cwd(); constant
/expo/packages/expo-modules-autolinking/e2e/__tests__/
H A Dmonorepo-test.ts23 function projectPath(app: string): string { function
/expo/tools/src/android-update-native-dependencies/
H A DandroidProjectReports.ts159 const projectPath = path.dirname(gradleFilePath).endsWith('android') constant
H A Dtypes.ts66 projectPath: string; property
/expo/packages/@expo/config-plugins/src/ios/utils/
H A DXcodeproj.ts329 const projectPath = Paths.getPBXProjectPath(projectRoot); constant