Home
last modified time | relevance | path

Searched defs:projectRoot (Results 1 – 25 of 202) sorted by relevance

123456789

/expo/packages/@expo/cli/src/prebuild/__tests__/
H A DclearNativeFolder-test.ts29 const projectRoot = '/'; constant
36 const projectRoot = '/'; constant
55 const projectRoot = '/'; constant
79 const projectRoot = '/'; constant
86 const projectRoot = '/'; constant
114 const projectRoot = '/'; constant
127 const projectRoot = '/'; constant
/expo/packages/@expo/config-plugins/build/ios/
H A DPaths.js82 projectRoot, field
102 projectRoot, field
122 projectRoot, field
150 function getAppDelegate(projectRoot) { argument
154 function getSourceRoot(projectRoot) { argument
158 function findSchemePaths(projectRoot) { argument
165 function findSchemeNames(projectRoot) { argument
200 projectRoot, field
221 projectRoot, field
241 function getInfoPlistPath(projectRoot) { argument
[all …]
H A DUpdates.js65 const projectRoot = config.modRequest.projectRoot; constant
72 async function setUpdatesConfigAsync(projectRoot, config, expoPlist, expoUpdatesPackageVersion) { argument
105 async function setVersionsConfigAsync(projectRoot, config, expoPlist) { argument
130 function formatConfigurationScriptPath(projectRoot) { argument
146 function ensureBundleReactNativePhaseContainsConfigurationScript(projectRoot, project) { argument
159 function isShellScriptBuildPhaseConfigured(projectRoot, project) { argument
167 async function isPlistConfigurationSyncedAsync(projectRoot, config, expoPlist) { argument
170 async function isPlistVersionConfigurationSyncedAsync(projectRoot, config, expoPlist) { argument
H A DBuildScheme.js38 function getSchemesFromXcodeproj(projectRoot) { argument
41 function getRunnableSchemesFromXcodeproj(projectRoot, { argument
79 async function readSchemeAsync(projectRoot, scheme) { argument
91 async function getApplicationTargetNameForSchemeAsync(projectRoot, scheme) { argument
104 async function getArchiveBuildConfigurationForSchemeAsync(projectRoot, scheme) { argument
/expo/packages/@expo/config-plugins/build/android/
H A DPaths.js66 function getProjectFilePath(projectRoot, name) { argument
93 async function getMainApplicationAsync(projectRoot) { argument
97 async function getMainActivityAsync(projectRoot) { argument
101 function getGradleFilePath(projectRoot, gradleName) { argument
112 function getProjectBuildGradleFilePath(projectRoot) { argument
118 function getSettingsGradleFilePath(projectRoot) { argument
121 async function getSettingsGradleAsync(projectRoot) { argument
124 function getAppBuildGradleFilePath(projectRoot) { argument
127 async function getAppBuildGradleAsync(projectRoot) { argument
137 async function getAndroidManifestAsync(projectRoot) { argument
[all …]
H A DPackage.js100 function getPackageRoot(projectRoot, type) { argument
103 function getCurrentPackageName(projectRoot, packageRoot) { argument
109 function getCurrentPackageForProjectFile(projectRoot, packageRoot, fileName, type) { argument
118 function getCurrentPackageNameForType(projectRoot, type) { argument
130 async function renamePackageOnDisk(config, projectRoot) { argument
137 projectRoot, field
142 projectRoot, field
149 projectRoot, field
179 projectRoot, field
273 async function getApplicationIdAsync(projectRoot) { argument
H A DUpdates.js96 const projectRoot = config.modRequest.projectRoot; constant
114 async function setUpdatesConfigAsync(projectRoot, config, androidManifest, expoUpdatesPackageVersio… argument
145 async function setVersionsConfigAsync(projectRoot, config, androidManifest) { argument
168 function ensureBuildGradleContainsConfigurationScript(projectRoot, buildGradleContents) { argument
183 function formatApplyLineForBuildGradle(projectRoot) { argument
192 function isBuildGradleConfigured(projectRoot, buildGradleContents) { argument
204 async function isMainApplicationMetaDataSyncedAsync(projectRoot, config, androidManifest) { argument
207 async function areVersionsSyncedAsync(projectRoot, config, androidManifest) { argument
/expo/packages/@expo/config/build/
H A DConfig.js148 function getSupportedPlatforms(projectRoot) { argument
185 function getConfig(projectRoot, options = {}) { argument
197 projectRoot, field
246 projectRoot, field
260 projectRoot, field
274 function getPackageJson(projectRoot) { argument
278 function getPackageJsonAndPath(projectRoot) { argument
288 function getConfigFilePaths(projectRoot) { argument
380 projectRoot, field
392 projectRoot, field
[all …]
/expo/packages/@expo/cli/src/export/__tests__/
H A DwriteContents-test.ts18 const projectRoot = '/'; constant
32 const projectRoot = '/'; constant
57 const projectRoot = '/'; constant
83 const projectRoot = '/'; constant
107 const projectRoot = '/'; constant
152 const projectRoot = '/'; constant
/expo/packages/@expo/config-plugins/src/android/__tests__/
H A DPackage-test.ts43 const projectRoot = '/'; constant
67 const projectRoot = '/'; constant
91 const projectRoot = '/'; constant
111 const projectRoot = '/'; constant
/expo/packages/@expo/config/src/__tests__/
H A DgetConfig-e2e-test.ts14 const projectRoot = join(__dirname, 'fixtures/dynamic-cwd'); constant
43 const projectRoot = resolve(__dirname, './fixtures/require-file'); constant
53 const projectRoot = resolve(__dirname, './fixtures/external-error'); constant
63 const projectRoot = resolve(__dirname, './fixtures/plugins'); constant
/expo/packages/@expo/config-plugins/src/utils/__tests__/
H A Dfs-test.ts17 const projectRoot = '/'; constant
50 const projectRoot = '/'; constant
69 const projectRoot = '/'; constant
/expo/packages/@expo/config-plugins/src/ios/__tests__/
H A DSwift-test.ts22 const projectRoot = '/'; constant
38 const projectRoot = '/'; constant
66 const projectRoot = '/alpha'; constant
/expo/packages/expo-router/
H A Dbabel.js10 function getExpoAppManifest(projectRoot) { argument
24 function getConfigMemo(projectRoot) { argument
31 function getExpoRouterImportMode(projectRoot, platform) { argument
77 function getRouterDirectory(projectRoot) { argument
88 function getExpoRouterAppRoot(projectRoot) { argument
106 function getExpoRouterAbsoluteAppRoot(projectRoot) { argument
/expo/packages/@expo/metro-config/build/transform-worker/
H A Dpostcss.js55 async function transformPostCssModule(projectRoot, { argument
69 async function processWithPostcssInputConfigAsync(projectRoot, { argument
92 async function parsePostcssConfigAsync(projectRoot, { argument
166 function loadPlugin(projectRoot, plugin, options, file) { argument
227 function resolvePostcssConfig(projectRoot) { argument
243 function getPostcssConfigHash(projectRoot) { argument
/expo/packages/@expo/cli/e2e/__tests__/
H A Dinstall-test.ts73 const projectRoot = await setupTestProjectAsync('basic-install', 'with-blank'); constant
115 const projectRoot = await setupTestProjectAsync('install-check-fail', 'with-blank'); constant
150 const projectRoot = await setupTestProjectAsync('install-fix-fail', 'with-blank'); constant
H A Dcustomize-test.ts72 const projectRoot = await setupTestProjectAsync('basic-customize', 'with-blank'); constant
104 const projectRoot = await setupTestProjectAsync('expo-typescript', 'with-router', '48.0.0'); constant
126 const projectRoot = await setupTestProjectAsync('expo-typescript', 'with-router', '48.0.0'); constant
/expo/packages/@expo/fingerprint/build/sourcer/
H A DBare.js14 async function getBareAndroidSourcesAsync(projectRoot, options) { argument
25 async function getBareIosSourcesAsync(projectRoot, options) { argument
36 async function getPackageJsonScriptSourcesAsync(projectRoot, options) { argument
59 async function getGitIgnoreSourcesAsync(projectRoot, options) { argument
68 async function getRncliAutolinkingSourcesAsync(projectRoot, options) { argument
/expo/packages/@expo/package-manager/src/utils/__tests__/
H A DnodeManagers-test.ts20 const projectRoot = '/foo'; constant
119 const projectRoot = path.resolve('/monorepo/packages/test/'); constant
/expo/packages/@expo/metro-config/build/
H A DgetModulesPaths.js32 function getWorkspaceRoot(projectRoot) { argument
42 function getModulesPaths(projectRoot) { argument
54 function getServerRoot(projectRoot) { argument
/expo/packages/@expo/cli/src/start/doctor/dependencies/__tests__/
H A DgetMissingPackages-test.ts55 const projectRoot = '/test-project'; constant
102 const projectRoot = '/test-project'; constant
/expo/packages/@expo/cli/src/run/ios/codeSigning/__tests__/
H A DxcodeCodeSigning-test.ts15 const projectRoot = '/'; constant
57 const projectRoot = '/testproject'; constant
/expo/packages/@expo/cli/src/start/server/__tests__/
H A DwebTemplate-test.ts16 const projectRoot = '/'; constant
56 const projectRoot = '/'; constant
/expo/packages/@expo/fingerprint/build/
H A DDedup.js13 function dedupSources(sources, projectRoot) { argument
48 function findDuplicatedSourceIndex(newSources, source, projectRoot) { argument
71 function isDescendant(from, to, projectRoot) { argument
/expo/packages/expo/
H A Dreact-native.config.js5 const projectRoot = findProjectRoot(); constant
15 function isExpoModulesInstalledIos(projectRoot) { argument
30 function isExpoModulesInstalledAndroid(projectRoot) { argument

123456789