Skip to content

Commit 7ea2ba1

Browse files
Cleanup view
1 parent f08e698 commit 7ea2ba1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

packages/react-native-reanimated/apple/reanimated/apple/view/RNReanimatedSharedTransitionBoundaryView.mm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ + (ComponentDescriptorProvider)componentDescriptorProvider
1616

1717
- (void)updateProps:(Props::Shared const &)props oldProps:(Props::Shared const &)oldProps
1818
{
19-
// const auto &oldViewProps = *std::static_pointer_cast<RNReanimatedSharedTransitionBoundaryProps const>(_props);
20-
// const auto &newViewProps = *std::static_pointer_cast<RNReanimatedSharedTransitionBoundaryProps const>(props);
21-
2219
[super updateProps:props oldProps:oldProps];
2320
}
2421

0 commit comments

Comments
 (0)