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 +}