Skip to content

Commit 39f7e71

Browse files
committed
fix: remove unnecessary condition
1 parent 4ac8987 commit 39f7e71

File tree

1 file changed

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

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@
193193
"jsSrcsDir": "src",
194194
"android": {
195195
"javaPackageName": "com.<%- project.package %>"
196-
<% if (example === 'vanilla') { -%>
197196
<% if (project.viewConfig === 'fabric-view') { -%>
198197
},
199198
"ios": {
@@ -202,7 +201,6 @@
202201
}
203202
<% } -%>
204203
}
205-
<% } -%>
206204
<% } -%>
207205
}
208206
}

0 commit comments

Comments
 (0)