mirror of
https://github.com/anultravioletaurora/Jellify.git
synced 2025-12-17 03:04:38 -06:00
Moves library API calls to nitro fetch for faster networking performance --------- Co-authored-by: riteshshukla04 <riteshshukla2381@gmail.com> Co-authored-by: Violet Caulfield <42452695+anultravioletaurora@users.noreply.github.com>
14 lines
511 B
Diff
14 lines
511 B
Diff
diff --git a/node_modules/react-native-worklets-core/android/CMakeLists.txt b/node_modules/react-native-worklets-core/android/CMakeLists.txt
|
|
index cc4cbfe..61e1b56 100644
|
|
--- a/node_modules/react-native-worklets-core/android/CMakeLists.txt
|
|
+++ b/node_modules/react-native-worklets-core/android/CMakeLists.txt
|
|
@@ -81,7 +81,7 @@ if(${JS_RUNTIME} STREQUAL "hermes")
|
|
|
|
target_link_libraries(
|
|
${PACKAGE_NAME}
|
|
- hermes-engine::libhermes
|
|
+ hermes-engine::hermesvm
|
|
)
|
|
|
|
if(${HERMES_ENABLE_DEBUGGER})
|