Skip to content

Commit

Permalink
Fix for paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Latropos committed Oct 8, 2024
1 parent ca5d3b5 commit 12927a3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#ifdef RCT_NEW_ARCH_ENABLED

#include <reanimated/Fabric/PropsRegistry.h>
#include <reanimated/LayoutAnimations/LayoutAnimationsManager.h>
Expand Down Expand Up @@ -163,3 +164,4 @@ static inline void mergeAndSwap(
}

} // namespace reanimated
#endif
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#pragma once
#ifdef RCT_NEW_ARCH_ENABLED
#include <reanimated/Fabric/PropsRegistry.h>
#include "LayoutAnimationsManager.h"
#include "LayoutAnimationsUtils.h" // to use type Rectangle
Expand Down Expand Up @@ -158,3 +159,4 @@ struct StyleSnapshot {
};

}; // namespace reanimated
#endif
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once
#ifdef RCT_NEW_ARCH_ENABLED

#include "YogaPropertySettingUtils.h"
#include "SnapshotUtils.h"

Expand Down Expand Up @@ -150,3 +153,4 @@ void setYogaPropertiesForStyleTransitionAnimation(
}
}
} // namespace reanimated
#endif

0 comments on commit 12927a3

Please sign in to comment.