Skip to content

Commit d6fc7f8

Browse files
committed
temporarily disable tab and drawer templates
1 parent 3541ab4 commit d6fc7f8

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.changeset/loud-shoes-remain.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'create-expo-stack': patch
3+
'rn-new': patch
4+
---
5+
6+
temporarily disable tab and drawer templates

cli/src/utilities/runCLI.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ export async function runCLI(toolbox: Toolbox, projectName: string): Promise<Cli
171171
const navigationType = await select({
172172
message: 'What type of navigation would you like to use?',
173173
options: [
174-
{ value: 'stack', label: 'Stack' },
175-
{ value: 'tabs', label: 'Tabs' },
176-
{ value: 'drawer + tabs', label: 'Drawer + Tabs' }
174+
{ value: 'stack', label: 'Stack' }
175+
// { value: 'tabs', label: 'Tabs' },
176+
// { value: 'drawer + tabs', label: 'Drawer + Tabs' }
177177
]
178178
});
179179

0 commit comments

Comments
 (0)