@@ -167,7 +167,7 @@ Requires `react-native-screens` version >=3.3.0.
167
167
Only supported on iOS.
168
168
169
169
<video playsInline autoPlay muted loop >
170
- <source src =" /assets/7.x/native-stack/headerBackButtonMenuEnabled/headerBackButtonMenuEnabled .mp4 " />
170
+ <source src =" /assets/7.x/native-stack/headerBackButtonMenuEnabled.mp4 " />
171
171
</video >
172
172
173
173
#### ` headerBackVisible `
@@ -182,7 +182,7 @@ Title string used by the back button on iOS. Defaults to the previous scene's ti
182
182
183
183
Only supported on iOS.
184
184
185
- <img src =" /assets/7.x/native-stack/headerBackTitle/headerBackTitle .jpeg " height =" 700 " alt =" Header back title " />
185
+ <img src =" /assets/7.x/native-stack/headerBackTitle.jpeg " height =" 700 " alt =" Header back title " />
186
186
187
187
#### ` headerBackTitleVisible `
188
188
@@ -199,7 +199,7 @@ Style object for header back title. Supported properties:
199
199
200
200
Only supported on iOS.
201
201
202
- <img src =" /assets/7.x/native-stack/headerBackTitleStyle/headerBackTitleStyle .png " width =" 500 " alt =" Header back title style " />
202
+ <img src =" /assets/7.x/native-stack/headerBackTitleStyle.png " width =" 500 " alt =" Header back title style " />
203
203
204
204
#### ` headerBackImageSource `
205
205
@@ -614,47 +614,47 @@ Supported values:
614
614
615
615
- ` default ` : use the platform default animation
616
616
<video playsInline autoPlay muted loop >
617
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-default.mp4 " />
617
+ <source src =" /assets/7.x/native-stack/native-stack-animation-default.mp4 " />
618
618
</video >
619
619
620
620
- ` fade ` : fade screen in or out
621
621
<video playsInline autoPlay muted loop >
622
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-fade.mp4 " />
622
+ <source src =" /assets/7.x/native-stack/native-stack-animation-fade.mp4 " />
623
623
</video >
624
624
625
625
- ` fade_from_bottom ` : fade the new screen from bottom
626
626
<video playsInline autoPlay muted loop >
627
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-fade-from-bottom.mp4 " />
627
+ <source src =" /assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4 " />
628
628
</video >
629
629
630
630
- ` flip ` : flip the screen, requires ` presentation: "modal" ` (iOS only)
631
631
<video playsInline autoPlay muted loop >
632
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-flip.mp4 " />
632
+ <source src =" /assets/7.x/native-stack/native-stack-animation-flip.mp4 " />
633
633
</video >
634
634
635
635
- ` simple_push ` : default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
636
636
<video playsInline autoPlay muted loop >
637
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-simple-push.mp4 " />
637
+ <source src =" /assets/7.x/native-stack/native-stack-animation-simple-push.mp4 " />
638
638
</video >
639
639
640
640
- ` slide_from_bottom ` : slide in the new screen from bottom
641
641
<video playsInline autoPlay muted loop >
642
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-slide-from-bottom.mp4 " />
642
+ <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4 " />
643
643
</video >
644
644
645
645
- ` slide_from_right ` : slide in the new screen from right (Android only, uses default animation on iOS)
646
646
<video playsInline autoPlay muted loop >
647
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-slide-from-right.mp4 " />
647
+ <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4 " />
648
648
</video >
649
649
650
650
- ` slide_from_left ` : slide in the new screen from left (Android only, uses default animation on iOS)
651
651
<video playsInline autoPlay muted loop >
652
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-slide-from-left.mp4 " />
652
+ <source src =" /assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4 " />
653
653
</video >
654
654
655
655
- ` none ` : don't animate the screen
656
656
<video playsInline autoPlay muted loop >
657
- <source src =" /assets/7.x/native-stack/animation/ native-stack-animation-none.mp4 " />
657
+ <source src =" /assets/7.x/native-stack/native-stack-animation-none.mp4 " />
658
658
</video >
659
659
660
660
#### ` presentation `
0 commit comments