Skip to content

Commit

Permalink
Fix Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomekzaw committed Sep 13, 2024
1 parent 4e9b157 commit cc8889f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ if (ReactAndroid_VERSION_MINOR GREATER_EQUAL 76)
fbjni::fbjni
ReactAndroid::jsi
ReactAndroid::reactnative
react-native-reanimated::worklets
hermes-engine::libhermes)
react-native-reanimated::worklets)
elseif (ReactAndroid_VERSION_MINOR GREATER_EQUAL 75)
target_link_libraries(${CMAKE_PROJECT_NAME}
fbjni::fbjni
ReactAndroid::jsi
ReactAndroid::reactnativejni
react-native-reanimated::worklets
hermes-engine::libhermes)
ReactAndroid::runtimeexecutor
ReactAndroid::react_nativemodule_core
react-native-reanimated::worklets)
else ()
message(FATAL_ERROR "react-native-live-markdown requires react-native 0.75 or newer.")
endif ()

0 comments on commit cc8889f

Please sign in to comment.