Skip to content

Commit f124db5

Browse files
chore: lower case Nitro view in selection
1 parent 4595d45 commit f124db5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ const TYPE_CHOICES: {
9898
'type-safe, fast integration for native APIs to JS (experimental)',
9999
},
100100
{
101-
title: 'Nitro View',
101+
title: 'Nitro view',
102102
value: 'nitro-view',
103103
description:
104104
'integration for native views to JS using nitro for prop parsing (experimental)',

0 commit comments

Comments
 (0)