| /expo/packages/expo-modules-autolinking/src/platforms/ |
| H A D | android.ts | 57 sourceDir: path.dirname(gradleFilePath), 62 ({ id, group, sourceDir }) => ({ 65 sourceDir: path.join(revision.path, sourceDir), 134 flattenedSourceDirList.push(project.sourceDir); 139 flattenedSourceDirList.map(async (sourceDir) => { 141 cwd: sourceDir, 145 const fileContent = await fs.readFile(path.join(sourceDir, file), 'utf8');
|
| /expo/packages/expo-modules-autolinking/build/platforms/ |
| H A D | android.js | 44 sourceDir: path_1.default.dirname(gradleFilePath), 47 …const plugins = (revision.config?.androidGradlePlugins() ?? []).map(({ id, group, sourceDir }) => … 50 sourceDir: path_1.default.join(revision.path, sourceDir), 107 flattenedSourceDirList.push(project.sourceDir); 110 await Promise.all(flattenedSourceDirList.map(async (sourceDir) => { 112 cwd: sourceDir, 115 …const fileContent = await fs_extra_1.default.readFile(path_1.default.join(sourceDir, file), 'utf8'…
|
| H A D | android.js.map | 1 …sourceDir: path.dirname(gradleFilePath),\n };\n });\n\n const plugins = (revision.config?.and…
|
| /expo/packages/expo-modules-autolinking/src/ |
| H A D | types.ts | 46 sourceDir: string; property 51 sourceDir: string; property 92 sourceDir: string; property
|
| /expo/packages/expo-modules-autolinking/build/ |
| H A D | types.d.ts | 35 sourceDir: string; property 39 sourceDir: string; property 74 sourceDir: string; property
|
| H A D | types.js.map | 1 …sourceDir: string;\n}\n\nexport interface ModuleAndroidPluginInfo {\n id: string;\n sourceDir: s…
|
| /expo/packages/expo-modules-autolinking/src/platforms/__tests__/ |
| H A D | android-test.ts | 31 sourceDir: 'node_modules/react-native-third-party/android', 54 sourceDir: 'node_modules/react-native-third-party/android', 58 sourceDir: 'node_modules/react-native-third-party/subproject',
|
| /expo/packages/@expo/fingerprint/src/sourcer/__tests__/__snapshots__/ |
| H A D | Expo-test.ts.snap | 62 …sourceDir":"node_modules/expo/android"}],"modules":[]},{"packageName":"expo-application","packageV…
|
| H A D | Bare-test.ts.snap | 13 …NReanimated.podspec","configurations":[],"scriptPhases":[]},"android":{"sourceDir":"../../node_mod…
|
| /expo/packages/@expo/fingerprint/e2e/__tests__/__snapshots__/ |
| H A D | managed-test.ts.snap | 62 …sourceDir":"node_modules/expo/android"}],"modules":[]},{"packageName":"expo-application","packageV… 185 …s/expo/Expo.podspec","configurations":[],"scriptPhases":[]},"android":{"sourceDir":"node_modules/e…
|
| /expo/packages/expo-modules-autolinking/e2e/__tests__/__snapshots__/ |
| H A D | monorepo-test.ts.snap | 233 "sourceDir": "monorepo/node_modules/@unimodules/core/android", 245 "sourceDir": "monorepo/node_modules/expo-application/android", 257 "sourceDir": "monorepo/node_modules/expo-constants/android", 293 "sourceDir": "monorepo/node_modules/expo-font/android", 317 "sourceDir": "monorepo/node_modules/expo-keep-awake/android", 377 "sourceDir": "monorepo/node_modules/expo-updates/android", 765 "sourceDir": "monorepo/node_modules/expo-constants/android", 801 "sourceDir": "monorepo/node_modules/expo-font/android", 885 "sourceDir": "monorepo/node_modules/expo-updates/android", 1285 "sourceDir": "monorepo/node_modules/expo-device/android", [all …]
|
| /expo/tools/src/commands/ |
| H A D | AndroidBuildPackages.ts | 19 sourceDir: string; 41 sourceDir: path.join(ANDROID_DIR, 'ReactAndroid'), 46 sourceDir: path.join(ANDROID_DIR, 'expoview'), 58 sourceDir: path.join(pkg.path, pkg.androidSubdirectory), 66 async function _isPackageUpToDate(sourceDir: string, buildDir: string): Promise<boolean> { 68 const sourceCommits = await _gitLogAsync(sourceDir); 106 pkg.sourceDir, 224 await fs.remove(path.join(pkg.sourceDir, 'build'));
|
| /expo/packages/@expo/fingerprint/src/sourcer/__tests__/ |
| H A D | Expo-test.ts | 271 sourceDir: '/app/node_modules/expo/android', 282 sourceDir: '/app/node_modules/expo-modules-core/android-annotation', 286 sourceDir: '/app/node_modules/expo-modules-core/android', 290 sourceDir: '/app/node_modules/expo-modules-core/android-annotation-processor',
|
| /expo/packages/expo-modules-autolinking/e2e/__tests__/ |
| H A D | monorepo-test.ts | 58 sourceDir: removeProjectPath(project.sourceDir),
|
| /expo/tools/src/vendoring/ |
| H A D | legacy.ts | 862 sourceDir: string, 866 const fileRelativePath = path.relative(sourceDir, file); 912 const sourceDir = path.join(tmpDir, step.sourceIosPath); constant 926 const objcFiles = await findObjcFilesAsync(sourceDir, step.recursive); 930 await copyFilesAsync(objcFiles, sourceDir, targetDir); 936 const fileRelativePath = path.relative(sourceDir, file); 977 const sourceDir = path.join(tmpDir, step.sourceAndroidPath); constant 1004 const javaFiles = await findAndroidFilesAsync(sourceDir); 1006 await copyFilesAsync(javaFiles, sourceDir, targetDir);
|
| /expo/packages/expo-modules-autolinking/scripts/android/ |
| H A D | autolinking_implementation.gradle | 11 String sourceDir 15 this.sourceDir = data.sourceDir 28 String sourceDir 33 this.sourceDir = data.sourceDir 216 project(":${moduleProject.name}").projectDir = new File(moduleProject.sourceDir) 219 includeBuild(new File(modulePlugin.sourceDir))
|
| /expo/packages/@expo/fingerprint/src/sourcer/ |
| H A D | Expo.ts | 157 const filePath = path.relative(projectRoot, project.sourceDir); 158 project.sourceDir = filePath; // use relative path for the dir
|
| /expo/packages/@expo/fingerprint/build/sourcer/ |
| H A D | Expo.js | 124 const filePath = path_1.default.relative(projectRoot, project.sourceDir); 125 project.sourceDir = filePath; // use relative path for the dir
|