Skip to content

Commit

Permalink
chore: apply new formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tjzel committed Jan 23, 2025
1 parent f40898f commit 9f41fe0
Showing 1 changed file with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,9 @@ else()
endif()

if(${HAS_EXTERNAL_WORKLETS})
target_link_libraries(
reanimated
react-native-worklets::worklets
)
target_link_libraries(reanimated react-native-worklets::worklets)
else()
target_link_libraries(
reanimated
worklets
)
target_link_libraries(reanimated worklets)
endif()

if(ReactAndroid_VERSION_MINOR GREATER_EQUAL 76)
Expand Down

0 comments on commit 9f41fe0

Please sign in to comment.