Home
last modified time | relevance | path

Searched refs:EXPO_DIR (Results 1 – 25 of 45) sorted by relevance

12

/expo/tools/src/commands/
H A DSetupReactNativeNightly.ts8 import { EXPO_DIR, EXPOTOOLS_DIR } from '../Constants';
66 const bareExpoRoot = path.join(EXPO_DIR, 'apps', 'bare-expo');
70 path.join(EXPO_DIR, 'apps', 'native-component-list', 'package.json')
90 const workspacePackageJsonPath = path.join(EXPO_DIR, 'package.json');
101 const reactNativeRoot = path.join(EXPO_DIR, 'node_modules', 'react-native');
151 path.join(EXPO_DIR, 'node_modules', 'detox', 'android/detox/build.gradle'),
165 EXPO_DIR,
183 EXPO_DIR,
201 EXPO_DIR,
218 await applyPatchAsync({ patchContent, cwd: EXPO_DIR, stripPrefixNum: 1 });
[all …]
H A DAndroidGenerateDynamicMacros.ts7 const EXPO_DIR = Directories.getExpoRepositoryRootDir(); constant
10 const TEMPLATE_FILES_DIR = path.join(EXPO_DIR, 'template-files');
20 expoKitPath: EXPO_DIR,
H A DIosGenerateDynamicMacros.ts7 const EXPO_DIR = Directories.getExpoRepositoryRootDir(); constant
10 const TEMPLATE_FILES_DIR = path.join(EXPO_DIR, 'template-files');
22 expoKitPath: EXPO_DIR,
H A DCreateUnimodule.ts6 import { PACKAGES_DIR, EXPO_DIR } from '../Constants';
31 console.log(`Setting up ${chalk.magenta(path.relative(EXPO_DIR, packageJsonPath))}...`);
46 directory: path.relative(EXPO_DIR, unimoduleDirectory),
H A DGenerateBareApp.ts6 import { EXPO_DIR, PACKAGES_DIR } from '../Constants';
94 const pathToLocalTemplate = path.resolve(EXPO_DIR, 'templates', template);
114 const isInExpoRepo = workspaceDir.startsWith(EXPO_DIR);
246 const mainPkg = require(path.resolve(EXPO_DIR, 'package.json'));
259 const pathToBareTemplate = path.resolve(EXPO_DIR, 'templates', 'expo-template-bare-minimum');
317 const scriptsToCopy = path.resolve(EXPO_DIR, 'template-files/generate-bare-app/scripts');
322 pkgJson.scripts['package:add'] = `node scripts/addPackages.js ${EXPO_DIR} ${projectDir}`;
323 pkgJson.scripts['package:remove'] = `node scripts/removePackages.js ${EXPO_DIR} ${projectDir}`;
H A DEasDispatch.ts14 import { EXPO_DIR } from '../Constants';
139 const projectDir = path.join(EXPO_DIR, 'apps/eas-expo-go');
250 const projectDir = path.join(EXPO_DIR, 'apps/eas-expo-go');
310 const projectDir = path.join(EXPO_DIR, 'apps/eas-expo-go');
343 const projectDir = path.join(EXPO_DIR, 'apps/eas-expo-go');
365 const INFO_PLIST_PATH = path.join(EXPO_DIR, 'ios/Exponent/Supporting/Info.plist');
387 const projectDir = path.join(EXPO_DIR, 'apps/eas-expo-go');
422 const projectDir = path.join(EXPO_DIR, 'apps/eas-expo-go');
H A DPodInstallCommand.ts8 import { EXPO_DIR } from '../Constants';
22 const absoluteProjectPath = path.join(EXPO_DIR, relativeProjectPath); constant
H A DGenerateSDKDocs.ts10 const EXPO_DIR = Directories.getExpoRepositoryRootDir(); constant
11 const DOCS_DIR = path.join(EXPO_DIR, 'docs');
26 EXPO_DIR,
/expo/tools/src/
H A DWorkspace.ts4 import { EXPO_DIR } from './Constants';
8 const NATIVE_APPS_PATHS = [EXPO_DIR, path.join(EXPO_DIR, 'apps/bare-expo')];
60 const jsonFile = new JsonFile(path.join(EXPO_DIR, location, 'package.json'));
H A DExpoCLI.ts4 import { EXPO_DIR } from './Constants';
21 cwd: options.cwd || EXPO_DIR,
40 cwd: options.cwd || EXPO_DIR,
H A DProjectVersions.ts7 import { EXPO_DIR, ANDROID_DIR, PACKAGES_DIR } from './Constants';
18 const packageJson = await JsonFile.readAsync(path.join(EXPO_DIR, 'packages/expo/package.json'));
23 const infoPlistPath = path.join(EXPO_DIR, 'ios', 'Exponent', 'Supporting', 'Info.plist');
45 const homeAppJsonPath = path.join(EXPO_DIR, 'home', 'app.json');
56 EXPO_DIR,
H A DEASCLI.ts4 import { EXPO_DIR } from './Constants';
21 cwd: options.cwd || EXPO_DIR,
/expo/tools/src/dynamic-macros/
H A DgenerateDynamicMacros.ts11 const EXPO_DIR = Directories.getExpoRepositoryRootDir(); constant
20 path.join(EXPO_DIR, 'secrets', 'keys.json')
28 path.join(EXPO_DIR, 'template-files', 'keys.json')
38 const privateKeys = await new JsonFile(path.join(EXPO_DIR, 'private-keys.json')).readAsync();
165 const templateFilesPath = args.templateFilesPath || path.join(EXPO_DIR, 'template-files');
185 chalk.cyan(path.join(EXPO_DIR, dest)),
193 path.join(EXPO_DIR, dest),
H A DIosMacrosGenerator.ts14 const EXPO_DIR = Directories.getExpoRepositoryRootDir(); constant
37 chalk.cyan(path.relative(EXPO_DIR, buildConfigPlistPath))
120 chalk.cyan(path.relative(EXPO_DIR, podspecPath)),
121 chalk.cyan(path.relative(EXPO_DIR, podspecTemplatePath))
138 chalk.cyan(path.relative(EXPO_DIR, podfilePath)),
139 chalk.cyan(path.relative(EXPO_DIR, podfileTemplatePath))
/expo/tools/src/generate-module/
H A DgenerateModuleAsync.ts5 import { PACKAGES_DIR, EXPO_DIR } from '../Constants';
17 `Creating new unimodule under ${chalk.magenta(path.relative(EXPO_DIR, newModuleProjectDir))}...`
29 `Using local module template from ${chalk.blue(path.relative(EXPO_DIR, templatePath))}`
/expo/tools/src/check-packages/
H A DcheckUniformityAsync.ts3 import { EXPO_DIR } from '../Constants';
23 const filePath = path.join(EXPO_DIR, line.replace(/^\s*\S+\s*/g, ''));
/expo/tools/src/publish-packages/tasks/
H A DupdateAndroidProjects.ts5 import { EXPO_DIR } from '../../Constants';
39 const relativeGradlePath = path.relative(EXPO_DIR, gradlePath);
H A DupdateBundledNativeModulesFile.ts5 import { EXPO_DIR } from '../../Constants';
24 const bundledNativeModulesPath = path.join(EXPO_DIR, 'packages/expo/bundledNativeModules.json');
H A DupdateWorkspaceProjects.ts6 import { EXPO_DIR } from '../../Constants';
53 const projectPackageJsonPath = path.join(EXPO_DIR, projectInfo.location, 'package.json');
/expo/tools/src/versioning/ios/
H A Dindex.ts13 EXPO_DIR,
44 const RELATIVE_RN_PATH = path.relative(EXPO_DIR, REACT_NATIVE_SUBMODULE_DIR);
233 path.join(EXPO_DIR, RELATIVE_RN_PATH, fileToCopy),
249 reactNativeRoot: path.join(EXPO_DIR, RELATIVE_RN_PATH),
259 jsSrcsDir: path.join(EXPO_DIR, RELATIVE_RN_PATH, 'Libraries'),
544 path.join(EXPO_DIR, 'ios', 'ExpoKit.podspec'),
930 const rootPathComponents = EXPO_DIR.split('/');
1058 path.relative(EXPO_DIR, newVersionPath)
1069 path.relative(EXPO_DIR, getVersionedExpoPath(versionName))
1194 path.relative(EXPO_DIR, newVersionPath)
[all …]
/expo/tools/src/client-build/
H A DIosClientBuilder.ts5 import { EXPO_DIR, IOS_DIR } from '../Constants';
42 const tempAppPath = path.join(EXPO_DIR, 'temp-app.tar.gz');
/expo/tools/src/versioning/android/
H A Dindex.ts23 const EXPO_DIR = Directories.getExpoRepositoryRootDir(); constant
36 EXPO_DIR,
76 )} from ${chalk.magenta(path.relative(EXPO_DIR, filePath))}...`
91 path.relative(EXPO_DIR, versionedExpoviewAbiPath)
102 path.relative(EXPO_DIR, manifestPath)
118 path.relative(EXPO_DIR, settingsGradlePath)
133 path.relative(EXPO_DIR, buildGradlePath)
146 path.relative(EXPO_DIR, sdkVersionsPath)
154 `Removing test-suite tests from ${chalk.magenta(path.relative(EXPO_DIR, testsFilePath))}...`
191 path.relative(EXPO_DIR, filePath)
/expo/tools/src/code-review/reviewers/
H A DcheckMissingChangelogs.ts5 import { ANDROID_VENDORED_DIR, EXPO_DIR, IOS_VENDORED_DIR } from '../../Constants';
37 (fileDiff) => path.relative(EXPO_DIR, fileDiff.path) === 'CHANGELOG.md'
66 const relativePath = path.relative(EXPO_DIR, pkg.changelogPath);
H A DreviewChangelogEntries.ts5 import { EXPO_DIR } from '../../Constants';
14 path.basename(fileDiff.to!) === 'CHANGELOG.md' && path.dirname(fileDiff.path) !== EXPO_DIR
/expo/tools/src/linting/
H A DSwiftLint.ts5 import { EXPO_DIR } from '../Constants';
47 cwd: EXPO_DIR,

12