Searched refs:appTargetPath (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/create-expo-module/src/ |
| H A D | createExampleApp.ts | 33 const appTargetPath = path.join(targetDir, 'example'); constant 35 if (!(await fs.pathExists(appTargetPath))) { 58 await moveFiles(appTargetPath, appTmpPath); 61 await fs.rmdir(appTargetPath); 68 await fs.rename(appTmpPath, appTargetPath); 70 await addMissingAppConfigFields(appTargetPath, data); 75 await prebuildExampleApp(appTargetPath); 77 await modifyPackageJson(appTargetPath); 80 await installDependencies(packageManager, appTargetPath); 82 await podInstall(appTargetPath);
|
| /expo/packages/create-expo-module/build/ |
| H A D | createExampleApp.js | 27 const appTargetPath = path_1.default.join(targetDir, 'example'); 28 if (!(await fs_extra_1.default.pathExists(appTargetPath))) { 45 await moveFiles(appTargetPath, appTmpPath); 47 await fs_extra_1.default.rmdir(appTargetPath); 52 await fs_extra_1.default.rename(appTmpPath, appTargetPath); 53 await addMissingAppConfigFields(appTargetPath, data); 56 await prebuildExampleApp(appTargetPath); 57 await modifyPackageJson(appTargetPath); 59 await (0, packageManager_1.installDependencies)(packageManager, appTargetPath); 61 await podInstall(appTargetPath);
|
| H A D | createExampleApp.js.map | 1 …appTargetPath = path.join(targetDir, 'example');\n\n if (!(await fs.pathExists(appTargetPath))) {…
|