Skip to content

Commit 311c75a

Browse files
fix declaration after cherry-pick
1 parent 09bd1f5 commit 311c75a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-native-reanimated/Common/cpp/reanimated/Fabric/ReanimatedCommitHook.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ class ReanimatedCommitHook : public UIManagerCommitHook {
2626

2727
void commitHookWasUnregistered(UIManager const &) noexcept override {}
2828

29-
void maybeInitializeLayoutAnimations(SurfaceId surfaceId);
30-
3129
RootShadowNode::Unshared shadowTreeWillCommit(
3230
ShadowTree const &shadowTree,
3331
RootShadowNode::Shared const &oldRootShadowNode,
@@ -44,6 +42,8 @@ class ReanimatedCommitHook : public UIManagerCommitHook {
4442
const noexcept override;
4543
#endif
4644

45+
void maybeInitializeLayoutAnimations(SurfaceId surfaceId);
46+
4747
private:
4848
std::shared_ptr<PropsRegistry> propsRegistry_;
4949

0 commit comments

Comments
 (0)