Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/gluestack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 5 additions & 1 deletion packages/gluestack/src/v2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'];

Expand Down
Loading