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 66<% if (project.arch === 'new') { -%>
77 "codegenConfig" : {
88 "name" : " RN<%- project.name -%><%- project.viewConfig !== null ? 'View': '' -%>Spec" ,
9- "type" : <%- project.viewConfig !== null ? '"components "': '"modules"' %>,
9+ "type" : <%- project.viewConfig !== null ? '"all "': '"modules"' %>,
1010 "jsSrcsDir" : " src"
1111 },
1212<% } -%>
Original file line number Diff line number Diff line change 115115<% if (project.moduleConfig === 'nitro-modules') { -%>
116116 "react-native" : " *" ,
117117 "react-native-nitro-modules" : " ^<%- versions.nitroModules %>"
118- <% } else { -%>
118+ <% } else { -%>
119119 "react-native" : " *"
120120<% } -%>
121121 },
224224 },
225225 "codegenConfig" : {
226226 "name" : " RN<%- project.name -%><%- project.viewConfig !== null ? 'View': '' -%>Spec" ,
227- "type" : " <%- project.viewConfig !== null ? 'components ': 'modules' -%>" ,
227+ "type" : " <%- project.viewConfig !== null ? 'all ': 'modules' -%>" ,
228228 "jsSrcsDir" : " src" ,
229229 "outputDir" : {
230230 "ios" : " ios/generated" ,
You can’t perform that action at this time.
0 commit comments