Skip to content

Commit

Permalink
fix: fabric option type
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Jun 11, 2024
1 parent d16092e commit 84b38fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-react-native-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const TYPE_CHOICES: {
},
{
title: 'Fabric view and Turbo module',
value: 'view-module-mixed',
value: 'view-module-new',
description: NEWARCH_DESCRIPTION,
},
{
Expand Down

0 comments on commit 84b38fa

Please sign in to comment.