Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MatiPl01 committed Jan 28, 2025
1 parent b54b11f commit b8ce974
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
#ifdef RCT_NEW_ARCH_ENABLED
#include <reanimated/CSS/registry/CSSAnimationsRegistry.h>
#include <worklets/Tools/JSISerializer.h>

namespace reanimated {

using namespace worklets;

bool CSSAnimationsRegistry::hasUpdates() const {
return !runningAnimationsMap_.empty() || !delayedAnimationsManager_.empty();
}
Expand Down Expand Up @@ -117,8 +114,6 @@ void CSSAnimationsRegistry::updateViewAnimations(
const auto updates = animation->update(rt, timestamp);
const auto newState = animation->getState(timestamp);

LOG(INFO) << "updates: " << stringifyJSIValue(rt, updates);

if (newState == AnimationProgressState::Finished) {
// Revert changes applied during animation if there is no forwards fill
// mode
Expand Down
1 change: 0 additions & 1 deletion packages/react-native-reanimated/src/propsAllowlists.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const PropsAllowlists: AllowlistsHolder = {
textShadowOffset: true,
letterSpacing: true,
aspectRatio: true,
boxSizing: true,
columnGap: true, // iOS only
end: true, // number or string
flexBasis: true, // number or string
Expand Down

0 comments on commit b8ce974

Please sign in to comment.