Searched refs:exampleProjectSlug (Results 1 – 3 of 3) sorted by relevance
| /expo/packages/create-expo-module/src/ |
| H A D | createExampleApp.ts | 27 const exampleProjectSlug = `${data.project.slug}-example`; constant 30 const appTmpPath = path.join(targetDir, exampleProjectSlug); 46 ['create', 'expo-app', '--', exampleProjectSlug, '--template', template, '--yes'],
|
| /expo/packages/create-expo-module/build/ |
| H A D | createExampleApp.js | 23 const exampleProjectSlug = `${data.project.slug}-example`; 25 const appTmpPath = path_1.default.join(targetDir, exampleProjectSlug); 36 …pawn_async_1.default)(packageManager, ['create', 'expo-app', '--', exampleProjectSlug, '--template…
|
| H A D | createExampleApp.js.map | 1 …exampleProjectSlug = `${data.project.slug}-example`;\n\n // `expo init` creates a new folder with…
|