File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/create-react-native-library/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
<% if (project.arch === 'new') { -%>
7
7
"codegenConfig" : {
8
8
"name" : " RN<%- project.name -%><%- project.viewConfig !== null ? 'View': '' -%>Spec" ,
9
- "type" : <%- project.viewConfig !== null ? '"components "': '"modules"' %>,
9
+ "type" : <%- project.viewConfig !== null ? '"all "': '"modules"' %>,
10
10
"jsSrcsDir" : " src"
11
11
},
12
12
<% } -%>
Original file line number Diff line number Diff line change 115
115
<% if (project.moduleConfig === 'nitro-modules') { -%>
116
116
"react-native" : " *" ,
117
117
"react-native-nitro-modules" : " ^<%- versions.nitroModules %>"
118
- <% } else { -%>
118
+ <% } else { -%>
119
119
"react-native" : " *"
120
120
<% } -%>
121
121
},
224
224
},
225
225
"codegenConfig" : {
226
226
"name" : " RN<%- project.name -%><%- project.viewConfig !== null ? 'View': '' -%>Spec" ,
227
- "type" : " <%- project.viewConfig !== null ? 'components ': 'modules' -%>" ,
227
+ "type" : " <%- project.viewConfig !== null ? 'all ': 'modules' -%>" ,
228
228
"jsSrcsDir" : " src" ,
229
229
"outputDir" : {
230
230
"ios" : " ios/generated" ,
You can’t perform that action at this time.
0 commit comments