Searched defs:pkgName (Results 1 – 3 of 3) sorted by relevance
285 for (const pkgName of ['expo', '@expo/cli', 'expo-application']) { constant295 for (const pkgName of ['expo-dev-client', 'expo-dev-launcher']) { constant305 for (const pkgName of ['expo', 'expo-dev-client']) { constant373 for (const pkgName of ['expo', 'expo-application']) { constant
321 const pkgName = typeof pkg.name === 'string' ? pkg.name : path.basename(projectRoot); constant327 const name = exp.name ?? pkgName; constant
318 function getPkgVersion(projectRoot, pkgName) { argument