Home
last modified time | relevance | path

Searched refs:exampleProjectSlug (Results 1 – 3 of 3) sorted by relevance

/expo/packages/create-expo-module/src/
H A DcreateExampleApp.ts27 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 DcreateExampleApp.js23 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 DcreateExampleApp.js.map1exampleProjectSlug = `${data.project.slug}-example`;\n\n // `expo init` creates a new folder with…