Skip to content

Commit 88bafed

Browse files
cortinicofacebook-github-bot
authored andcommitted
Add TransformHelper.cpp to reactnativejni_common (#52640)
Summary: Pull Request resolved: #52640 Not having `TransformHelper.cpp` included in CMake is causing the C++ code to fail compiling. This diff fixes it. Changelog: [Internal] [Changed] - Reviewed By: cipolleschi, javache Differential Revision: D78414015 fbshipit-source-id: 4900427a86eb38bfec10e5e385296d89c73e9051
1 parent 86994a6 commit 88bafed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • packages/react-native/ReactAndroid/src/main/jni/react/jni

packages/react-native/ReactAndroid/src/main/jni/react/jni/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ add_library(
3131
OnLoad-common.cpp
3232
ReadableNativeArray.cpp
3333
ReadableNativeMap.cpp
34+
TransformHelper.cpp
3435
WritableNativeArray.cpp
3536
WritableNativeMap.cpp
3637
)

0 commit comments

Comments
 (0)