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.
2 parents 527e313 + a344818 commit b3bfc50Copy full SHA for b3bfc50
packages/gluestack/package.json
@@ -10,7 +10,7 @@
10
"cli"
11
],
12
"description": "A CLI tool for working with gluestack",
13
- "version": "2.0.3",
+ "version": "2.0.4",
14
"license": "MIT",
15
"main": "./dist/index.js",
16
"bin": "./dist/index.js",
packages/gluestack/src/v2.ts
@@ -18,7 +18,11 @@ export async function main(args: string[]) {
18
)
19
);
20
21
- const supportedFrameworkArgs = ['--expo', '--next-app-router', '--universal'];
+ const supportedFrameworkArgs = [
22
+ '--expo-router',
23
+ '--next-app-router',
24
+ '--universal',
25
+ ];
26
27
const supportedStyleArgs = ['--gs', '--nw'];
28
0 commit comments