Skip to content

Commit 6167171

Browse files
rubennortemeta-codesync[bot]
authored andcommitted
Add missing include for animated backend (#55180)
Summary: Pull Request resolved: #55180 Changelog: [internal] Fantom tests are currently failing because the binary is failing to compile because `AnimatedPropsBuilder` isn't defined in `NativeAnimatedNodesManager`. This fixes that. Reviewed By: zeyap Differential Revision: D90762526 fbshipit-source-id: bd4d24b872fa554b08af9c8ea6b1b65a505d525a
1 parent 660a636 commit 6167171

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/react-native/ReactCommon/react/renderer/animated/NativeAnimatedNodesManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <react/renderer/animated/EventEmitterListener.h>
1919
#include <react/renderer/animated/event_drivers/EventAnimationDriver.h>
2020
#ifdef RN_USE_ANIMATION_BACKEND
21+
#include <react/renderer/animationbackend/AnimatedPropsBuilder.h>
2122
#include <react/renderer/animationbackend/AnimationBackend.h>
2223
#endif
2324
#include <react/renderer/core/ReactPrimitives.h>

0 commit comments

Comments
 (0)