Home
last modified time | relevance | path

Searched defs:pkgName (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-modules-autolinking/src/autolinking/__tests__/
H A DfindModules-test.ts285 for (const pkgName of ['expo', '@expo/cli', 'expo-application']) { constant
295 for (const pkgName of ['expo-dev-client', 'expo-dev-launcher']) { constant
305 for (const pkgName of ['expo', 'expo-dev-client']) { constant
373 for (const pkgName of ['expo', 'expo-application']) { constant
/expo/packages/@expo/config/src/
H A DConfig.ts321 const pkgName = typeof pkg.name === 'string' ? pkg.name : path.basename(projectRoot); constant
327 const name = exp.name ?? pkgName; constant
/expo/packages/@expo/metro-config/build/
H A DExpoMetroConfig.js318 function getPkgVersion(projectRoot, pkgName) { argument