@@ -600,19 +600,54 @@ Supported values:
600
600
601
601
How the screen should animate when pushed or popped.
602
602
603
+ Only supported on Android and iOS.
604
+
603
605
Supported values:
604
606
605
607
- ` default ` : use the platform default animation
608
+ <video playsInline autoPlay muted loop >
609
+ <source src =" /assets/7.x/native-stack/native-stack-animation-default.mp4 " />
610
+ </video >
611
+
606
612
- ` fade ` : fade screen in or out
613
+ <video playsInline autoPlay muted loop >
614
+ <source src =" /assets/7.x/native-stack/native-stack-animation-fade.mp4 " />
615
+ </video >
616
+
607
617
- ` fade_from_bottom ` : fade the new screen from bottom
618
+ <video playsInline autoPlay muted loop >
619
+ <source src =" /assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4 " />
620
+ </video >
621
+
608
622
- ` flip ` : flip the screen, requires ` presentation: "modal" ` (iOS only)
623
+ <video playsInline autoPlay muted loop >
624
+ <source src =" /assets/7.x/native-stack/native-stack-animation-flip.mp4 " />
625
+ </video >
626
+
609
627
- ` simple_push ` : default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
628
+ <video playsInline autoPlay muted loop >
629
+ <source src =" /assets/7.x/native-stack/native-stack-animation-simple-push.mp4 " />
630
+ </video >
631
+
610
632
- ` slide_from_bottom ` : slide in the new screen from bottom
633
+ <video playsInline autoPlay muted loop >
634
+ <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4 " />
635
+ </video >
636
+
611
637
- ` slide_from_right ` : slide in the new screen from right (Android only, uses default animation on iOS)
638
+ <video playsInline autoPlay muted loop >
639
+ <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4 " />
640
+ </video >
641
+
612
642
- ` slide_from_left ` : slide in the new screen from left (Android only, uses default animation on iOS)
613
- - ` none ` : don't animate the screen
643
+ <video playsInline autoPlay muted loop >
644
+ <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4 " />
645
+ </video >
614
646
615
- Only supported on Android and iOS.
647
+ - ` none ` : don't animate the screen
648
+ <video playsInline autoPlay muted loop >
649
+ <source src =" /assets/7.x/native-stack/native-stack-animation-none.mp4 " />
650
+ </video >
616
651
617
652
#### ` presentation `
618
653
0 commit comments