We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09bd1f5 commit 311c75aCopy full SHA for 311c75a
packages/react-native-reanimated/Common/cpp/reanimated/Fabric/ReanimatedCommitHook.h
@@ -26,8 +26,6 @@ class ReanimatedCommitHook : public UIManagerCommitHook {
26
27
void commitHookWasUnregistered(UIManager const &) noexcept override {}
28
29
- void maybeInitializeLayoutAnimations(SurfaceId surfaceId);
30
-
31
RootShadowNode::Unshared shadowTreeWillCommit(
32
ShadowTree const &shadowTree,
33
RootShadowNode::Shared const &oldRootShadowNode,
@@ -44,6 +42,8 @@ class ReanimatedCommitHook : public UIManagerCommitHook {
44
42
const noexcept override;
45
43
#endif
46
+ void maybeInitializeLayoutAnimations(SurfaceId surfaceId);
+
47
private:
48
std::shared_ptr<PropsRegistry> propsRegistry_;
49
0 commit comments