Home
last modified time | relevance | path

Searched defs:appPath (Results 1 – 6 of 6) sorted by relevance

/expo/packages/create-expo-module/build/
H A DcreateExampleApp.js83 async function addMissingAppConfigFields(appPath, data) { argument
105 async function modifyPackageJson(appPath) { argument
139 async function podInstall(appPath) { argument
H A DpackageManager.js8 async function installDependencies(packageManager, appPath, ...args) { argument
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DLaunchBrowserImplMacOS.ts45 const appPath = globSync('Contents/MacOS/*', { cwd: appDirectory.trim(), absolute: true })?.[0]; constant
/expo/packages/expo-modules-autolinking/e2e/__tests__/
H A Dmonorepo-test.ts102 const appPath = projectPath(app); constant
/expo/tools/src/commands/
H A DClientBuild.ts124 const appPath = builder.getAppPath(); constant
/expo/tools/src/versioning/android/
H A Dindex.ts29 const appPath = path.join(ANDROID_DIR, 'app'); constant