11diff --git a/node_modules/react-native-screens/ios/RNSScreenStackAnimator.mm b/node_modules/react-native-screens/ios/RNSScreenStackAnimator.mm
2- index abb2cf6..fb81d52 100644
2+ index abb2cf6..c21b3e9 100644
33--- a/node_modules/react-native-screens/ios/RNSScreenStackAnimator.mm
44+++ b/node_modules/react-native-screens/ios/RNSScreenStackAnimator.mm
55@@ -5,13 +5,14 @@
@@ -32,7 +32,7 @@ index abb2cf6..fb81d52 100644
3232 }
3333@@ -129,6 +130,8 @@ - (void)animateSimplePushWithShadowEnabled:(BOOL)shadowEnabled
3434 }
35-
35+
3636 [UIView animateWithDuration:[self transitionDuration:transitionContext]
3737+ delay:0
3838+ options:UIViewAnimationOptionCurveDefaultTransition
@@ -66,25 +66,7 @@ index abb2cf6..fb81d52 100644
6666 animations:animationBlock
6767 completion:completionBlock];
6868 } else {
69- @@ -251,6 +260,8 @@ - (void)animateFadeWithTransitionContext:(id<UIViewControllerContextTransitionin
70- [[transitionContext containerView] addSubview:toViewController.view];
71- toViewController.view.alpha = 0.0;
72- [UIView animateWithDuration:[self transitionDuration:transitionContext]
73- + delay:0
74- + options:UIViewAnimationOptionCurveDefaultTransition
75- animations:^{
76- toViewController.view.alpha = 1.0;
77- }
78- @@ -262,6 +273,8 @@ - (void)animateFadeWithTransitionContext:(id<UIViewControllerContextTransitionin
79- [[transitionContext containerView] insertSubview:toViewController.view belowSubview:fromViewController.view];
80-
81- [UIView animateWithDuration:[self transitionDuration:transitionContext]
82- + delay:0
83- + options:UIViewAnimationOptionCurveDefaultTransition
84- animations:^{
85- fromViewController.view.alpha = 0.0;
86- }
87- @@ -284,6 +297,8 @@ - (void)animateSlideFromBottomWithTransitionContext:(id<UIViewControllerContextT
69+ @@ -284,6 +293,8 @@ - (void)animateSlideFromBottomWithTransitionContext:(id<UIViewControllerContextT
8870 toViewController.view.transform = topBottomTransform;
8971 [[transitionContext containerView] addSubview:toViewController.view];
9072 [UIView animateWithDuration:[self transitionDuration:transitionContext]
@@ -93,7 +75,7 @@ index abb2cf6..fb81d52 100644
9375 animations:^{
9476 fromViewController.view.transform = CGAffineTransformIdentity;
9577 toViewController.view.transform = CGAffineTransformIdentity;
96- @@ -309,6 +324 ,8 @@ - (void)animateSlideFromBottomWithTransitionContext:(id<UIViewControllerContextT
78+ @@ -309,6 +320 ,8 @@ - (void)animateSlideFromBottomWithTransitionContext:(id<UIViewControllerContextT
9779
9880 if (!transitionContext.isInteractive) {
9981 [UIView animateWithDuration:[self transitionDuration:transitionContext]
@@ -153,4 +135,4 @@ index 4e39336..ab0b313 100644
153135+ transitionDuration?: WithDefault<Int32, 500>;
154136 replaceAnimation?: WithDefault<ReplaceAnimation, 'pop'>;
155137 swipeDirection?: WithDefault<SwipeDirection, 'horizontal'>;
156- hideKeyboardOnSwipe?: boolean;
138+ hideKeyboardOnSwipe?: boolean;
0 commit comments