Skip to content

Commit

Permalink
fix: use all as codegen type
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Aug 16, 2024
1 parent 07df18c commit d1e0764
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
},
"codegenConfig": {
"name": "RN<%- project.name -%><%- project.view ? 'View': '' -%>Spec",
"type": <%- project.view ? '"components"': '"modules"' %>,
"type": "all",
"jsSrcsDir": "src",
"outputDir": {
"ios": "ios/generated",
Expand Down

0 comments on commit d1e0764

Please sign in to comment.