Home
last modified time | relevance | path

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

/expo/packages/expo-yarn-workspaces/common/
H A Dget-symlinked-modules.js7 module.exports = function getSymlinkedNodeModulesForDirectory(packagePath) { argument
/expo/apps/native-component-list/plugins/
H A DwithSettingsImport.js3 const withSettingsImport = (config, { packageName, packagePath }) => { argument
/expo/packages/@expo/prebuild-config/src/plugins/unversioned/expo-splash-screen/
H A DwithAndroidSplashScreen.ts46 const packagePath = resolveFrom(projectRoot, 'expo-splash-screen/package.json'); constant
/expo/packages/@expo/config-plugins/src/android/
H A DPackage.ts50 const packagePath = path.dirname(mainApplication); constant
70 const packagePath = path.dirname(filePath); constant
/expo/tools/src/commands/
H A DAddChangelog.ts133 const packagePath = path.join(Directories.getPackagesDir(), packageName, 'CHANGELOG.md'); constant
H A DGenerateBareApp.ts161 const packagePath = path.resolve(PACKAGES_DIR, packageName, 'package.json'); constant
/expo/apps/native-component-list/
H A Dapp.config.js40 packagePath: '../../../packages/expo-modules-test-core/android', property
/expo/packages/@expo/cli/src/prebuild/
H A DresolveTemplate.ts87 const packagePath = `${filePath ? `/${filePath}` : ''}/package.json`; constant
/expo/packages/expo-modules-autolinking/build/autolinking/
H A DfindModules.js145 function resolvePackageNameAndVersion(packagePath, { fallbackToDirName } = {}) { argument
/expo/packages/expo-modules-autolinking/src/autolinking/
H A DfindModules.ts37 const packagePath = await fs.realpath(path.join(searchPath, path.dirname(packageConfigPath))); constant
/expo/tools/src/
H A DPackages.ts387 const packagePath = path.dirname(fullPackageJsonPath); constant
/expo/packages/create-expo-module/src/
H A Dcreate-expo-module.ts109 const packagePath = options.source constant