Skip to content

Commit 4c59742

Browse files
committed
feat: only ignore jsi libs on nitro modules
1 parent 5571d69 commit 4c59742

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
@@ -103,6 +103,8 @@ android {
103103
path "CMakeLists.txt"
104104
}
105105
}
106+
<% } -%>
107+
<% if (project.moduleConfig === 'nitro-modules') { -%>
106108

107109
packagingOptions {
108110
excludes = [

0 commit comments

Comments
 (0)