chore(deps): Upgrade react-native-reanimated to alpha.2 (#309)

* Upgrade react-native-reanimated to alpha.2

* fix Android header search path

* Make `const`
This commit is contained in:
Marc Rousavy
2021-07-30 09:50:09 +02:00
committed by GitHub
parent 445af943c3
commit 123d0d9e9c
8 changed files with 28 additions and 62 deletions

View File

@@ -47,6 +47,7 @@ target_include_directories(
"${NODE_MODULES_DIR}/react-native-reanimated/Common/cpp/headers/SpecTools"
"${NODE_MODULES_DIR}/react-native-reanimated/Common/cpp/headers/SharedItems"
"${NODE_MODULES_DIR}/react-native-reanimated/Common/cpp/headers/Registries"
"${NODE_MODULES_DIR}/react-native-reanimated/Common/cpp/headers/LayoutAnimations"
"${NODE_MODULES_DIR}/react-native-reanimated/Common/cpp/hidden_headers"
"src/main/cpp"
)
@@ -127,4 +128,4 @@ target_link_libraries(
${FBJNI_LIB}
${FOLLY_JSON_LIB}
android
)
)