Skip to content

Commit

Permalink
fix: readd native view option
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Jun 11, 2024
1 parent 84b38fa commit fcab6b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/create-react-native-library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ const TYPE_CHOICES: {
value: 'module-legacy',
description: 'bridge for native APIs to JS',
},
{
title: 'Native view',
value: 'view-legacy',
description: 'bridge for native views to JS',
},
{
title: 'Turbo module',
value: 'module-new',
Expand Down

0 comments on commit fcab6b3

Please sign in to comment.