Skip to content

Commit

Permalink
refactor: Split cpp code base (#6329)
Browse files Browse the repository at this point in the history
## Summary

This pull requests defines boundaries in C++ layer between Worklet
Runtimes logic and Animations logic. I've only moved files here, more
elaborate refactors will come up in the future.

## Test plan

- [x] Android builds & runs.
- [x] iOS builds & runs.
  • Loading branch information
tjzel authored Jul 25, 2024
1 parent d65549b commit dd2b9f8
Show file tree
Hide file tree
Showing 36 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/react-native-reanimated/android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@ target_include_directories(
"${COMMON_SRC_DIR}/cpp/hidden_headers"
"${COMMON_SRC_DIR}/cpp/LayoutAnimations"
"${COMMON_SRC_DIR}/cpp/NativeModules"
"${COMMON_SRC_DIR}/cpp/ReanimatedRuntime"
"${COMMON_SRC_DIR}/cpp/Registries"
"${COMMON_SRC_DIR}/cpp/SharedItems"
"${COMMON_SRC_DIR}/cpp/Tools"
"${COMMON_SRC_DIR}/cpp/Worklets/Registries"
"${COMMON_SRC_DIR}/cpp/Worklets/SharedItems"
"${COMMON_SRC_DIR}/cpp/Worklets/Tools"
"${COMMON_SRC_DIR}/cpp/Worklets/WorkletRuntime"
"${SRC_DIR}/main/cpp"
)

Expand Down

0 comments on commit dd2b9f8

Please sign in to comment.