We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a7cde commit f9c8712Copy full SHA for f9c8712
src/create.ts
@@ -175,7 +175,7 @@ export default async function create(argv: yargs.Arguments<any>) {
175
value: 'js',
176
},
177
{
178
- name: 'JavaScript module with Web support using Expo',
+ name: 'JavaScript module with Expo example and Web support',
179
value: 'expo',
180
181
],
@@ -275,7 +275,7 @@ export default async function create(argv: yargs.Arguments<any>) {
275
} else if (type === 'js') {
276
await copyDir(JS_FILES, folder);
277
await copyDir(
278
- path.join(EXPO_FILES, 'example'),
+ path.join(NATIVE_FILES, 'example'),
279
path.join(folder, 'example')
280
);
281
} else {
0 commit comments