Skip to content

Commit 39d2a07

Browse files
committed
fix: use all as codegen type
1 parent 1fc2f60 commit 39d2a07

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

packages/create-react-native-library/templates/common/$package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
},
195195
"codegenConfig": {
196196
"name": "RN<%- project.name -%><%- project.view ? 'View': '' -%>Spec",
197-
"type": <%- project.view ? '"components"': '"modules"' %>,
197+
"type": "all",
198198
"jsSrcsDir": "src",
199199
"outputDir": {
200200
"ios": "ios/generated",

0 commit comments

Comments
 (0)