Skip to content

Commit 7efc356

Browse files
committed
feat: only ignore jsi libs on nitro modules
1 parent d296b20 commit 7efc356

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

packages/create-react-native-library/templates/native-common/android/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ android {
102102
path "CMakeLists.txt"
103103
}
104104
}
105+
<% } -%>
106+
<% if (project.moduleConfig === 'nitro-modules') { -%>
105107

106108
packagingOptions {
107109
excludes = [

0 commit comments

Comments
 (0)