We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac8987 commit 39f7e71Copy full SHA for 39f7e71
1 file changed
packages/create-react-native-library/templates/common/$package.json
@@ -193,7 +193,6 @@
193
"jsSrcsDir": "src",
194
"android": {
195
"javaPackageName": "com.<%- project.package %>"
196
- <% if (example === 'vanilla') { -%>
197
<% if (project.viewConfig === 'fabric-view') { -%>
198
},
199
"ios": {
@@ -202,7 +201,6 @@
202
201
}
203
<% } -%>
204
205
- <% } -%>
206
207
208
0 commit comments