From 76e00711dfbfcf3368bcee5b50ac98da56595dab Mon Sep 17 00:00:00 2001 From: James <4791949+jamesthomp@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:37:11 +0100 Subject: [PATCH] exclude libreactnative.so --- android/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 1ac67529..427aa8ef 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -164,7 +164,8 @@ android { "**/libreact_nativemodule_core.so", "**/libturbomodulejsijni.so", "**/libc++_shared.so", - "**/libfbjni.so" + "**/libfbjni.so", + "**/libreactnative.so", ] } @@ -227,4 +228,4 @@ if (isNewArchitectureEnabled()) { libraryName = "opsqlite" codegenJavaPackageName = "com.op.sqlite.example" } -} \ No newline at end of file +}