@@ -166,6 +166,10 @@ Requires `react-native-screens` version >=3.3.0.
166
166
167
167
Only supported on iOS.
168
168
169
+ <video playsInline autoPlay muted loop >
170
+ <source src =" /assets/7.x/native-stack/headerBackButtonMenuEnabled/headerBackButtonMenuEnabled.mp4 " />
171
+ </video >
172
+
169
173
#### ` headerBackVisible `
170
174
171
175
Whether the back button is visible in the header. You can use it to show a back button alongside ` headerLeft ` if you have specified it.
@@ -606,47 +610,47 @@ Supported values:
606
610
607
611
- ` default ` : use the platform default animation
608
612
<video playsInline autoPlay muted loop >
609
- <source src =" /assets/7.x/native-stack/native-stack-animation-default.mp4 " />
613
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-default.mp4 " />
610
614
</video >
611
615
612
616
- ` fade ` : fade screen in or out
613
617
<video playsInline autoPlay muted loop >
614
- <source src =" /assets/7.x/native-stack/native-stack-animation-fade.mp4 " />
618
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-fade.mp4 " />
615
619
</video >
616
620
617
621
- ` fade_from_bottom ` : fade the new screen from bottom
618
622
<video playsInline autoPlay muted loop >
619
- <source src =" /assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4 " />
623
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-fade-from-bottom.mp4 " />
620
624
</video >
621
625
622
626
- ` flip ` : flip the screen, requires ` presentation: "modal" ` (iOS only)
623
627
<video playsInline autoPlay muted loop >
624
- <source src =" /assets/7.x/native-stack/native-stack-animation-flip.mp4 " />
628
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-flip.mp4 " />
625
629
</video >
626
630
627
631
- ` simple_push ` : default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
628
632
<video playsInline autoPlay muted loop >
629
- <source src =" /assets/7.x/native-stack/native-stack-animation-simple-push.mp4 " />
633
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-simple-push.mp4 " />
630
634
</video >
631
635
632
636
- ` slide_from_bottom ` : slide in the new screen from bottom
633
637
<video playsInline autoPlay muted loop >
634
- <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4 " />
638
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-slide-from-bottom.mp4 " />
635
639
</video >
636
640
637
641
- ` slide_from_right ` : slide in the new screen from right (Android only, uses default animation on iOS)
638
642
<video playsInline autoPlay muted loop >
639
- <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4 " />
643
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-slide-from-right.mp4 " />
640
644
</video >
641
645
642
646
- ` slide_from_left ` : slide in the new screen from left (Android only, uses default animation on iOS)
643
647
<video playsInline autoPlay muted loop >
644
- <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4 " />
648
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-slide-from-left.mp4 " />
645
649
</video >
646
650
647
651
- ` none ` : don't animate the screen
648
652
<video playsInline autoPlay muted loop >
649
- <source src =" /assets/7.x/native-stack/native-stack-animation-none.mp4 " />
653
+ <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-none.mp4 " />
650
654
</video >
651
655
652
656
#### ` presentation `
0 commit comments