Skip to content

Commit

Permalink
exclude libreactnative.so
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesthomp authored Oct 26, 2024
1 parent 81d91dd commit 76e0071
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ android {
"**/libreact_nativemodule_core.so",
"**/libturbomodulejsijni.so",
"**/libc++_shared.so",
"**/libfbjni.so"
"**/libfbjni.so",
"**/libreactnative.so",
]
}

Expand Down Expand Up @@ -227,4 +228,4 @@ if (isNewArchitectureEnabled()) {
libraryName = "opsqlite"
codegenJavaPackageName = "com.op.sqlite.example"
}
}
}

0 comments on commit 76e0071

Please sign in to comment.