Files
Jellify/patches/react-native-worklets-core+1.6.2.patch
skalthoff 32305b374c Add nitro-fetch integration for API calls (#696)
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>
2025-11-23 21:09:44 -06:00

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