diff --git a/packages/gluestack/package.json b/packages/gluestack/package.json index 7f80b878..e12c9e4f 100644 --- a/packages/gluestack/package.json +++ b/packages/gluestack/package.json @@ -10,7 +10,7 @@ "cli" ], "description": "A CLI tool for working with gluestack", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "main": "./dist/index.js", "bin": "./dist/index.js", diff --git a/packages/gluestack/src/v2.ts b/packages/gluestack/src/v2.ts index d6ff67cf..0093cc55 100644 --- a/packages/gluestack/src/v2.ts +++ b/packages/gluestack/src/v2.ts @@ -18,7 +18,11 @@ export async function main(args: string[]) { ) ); - const supportedFrameworkArgs = ['--expo', '--next-app-router', '--universal']; + const supportedFrameworkArgs = [ + '--expo-router', + '--next-app-router', + '--universal', + ]; const supportedStyleArgs = ['--gs', '--nw'];