Skip to content

Commit 9f995f2

Browse files
committed
feat: make nitro the second option and add an experimental label
1 parent 53bd9fe commit 9f995f2

File tree

1 file changed

+6
-5
lines changed
  • packages/create-react-native-library/src

1 file changed

+6
-5
lines changed

packages/create-react-native-library/src/input.ts

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,16 +85,17 @@ const TYPE_CHOICES: {
8585
value: ProjectType;
8686
description: string;
8787
}[] = [
88-
{
89-
title: 'Nitro module',
90-
value: 'nitro-module',
91-
description: 'type-safe and fast integration for native APIs to JS',
92-
},
9388
{
9489
title: 'Turbo module',
9590
value: 'turbo-module',
9691
description: 'integration for native APIs to JS',
9792
},
93+
{
94+
title: 'Nitro module',
95+
value: 'nitro-module',
96+
description:
97+
'type-safe, fast integration for native APIs to JS (experimental)',
98+
},
9899
{
99100
title: 'Fabric view',
100101
value: 'fabric-view',

0 commit comments

Comments
 (0)