File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -46,12 +46,6 @@ find_package(ReactAndroid REQUIRED CONFIG)
4646find_package (fbjni REQUIRED CONFIG)
4747find_library (LOG_LIB log )
4848
49- if (${USE_HERMES} )
50- set (JSEXECUTOR_LIB ReactAndroid::hermes_executor)
51- else ()
52- set (JSEXECUTOR_LIB ReactAndroid::jscexecutor)
53- endif ()
54-
5549
5650target_link_libraries (
5751 ${PACKAGE_NAME}
@@ -60,6 +54,5 @@ target_link_libraries(
6054 ReactAndroid::jsi
6155 ReactAndroid::turbomodulejsijni
6256 ReactAndroid::react_nativemodule_core
63- ${JSEXECUTOR_LIB}
6457 android
6558)
Original file line number Diff line number Diff line change @@ -86,7 +86,9 @@ android {
8686 " META-INF/**" ,
8787 " **/libjsi.so" ,
8888 " **/libreact_nativemodule_core.so" ,
89- " **/libturbomodulejsijni.so"
89+ " **/libturbomodulejsijni.so" ,
90+ " **/libc++_shared.so" ,
91+ " **/libfbjni.so"
9092 ]
9193 }
9294
You can’t perform that action at this time.
0 commit comments