Skip to content

Commit 2dafcf7

Browse files
[autofix.ci] apply automated fixes
1 parent a71cc10 commit 2dafcf7

File tree

1 file changed

+1
-34
lines changed

1 file changed

+1
-34
lines changed

versioned_docs/version-7.x/native-stack-navigator.md

+1-34
Original file line numberDiff line numberDiff line change
@@ -608,80 +608,47 @@ Supported values:
608608
<video playsInline autoPlay muted loop>
609609
<source src="/assets/7.x/native-stack/native-stack-animation-default.mp4" />
610610
</video>
611-
612-
611+
613612
- `fade`: fade screen in or out
614613
<video playsInline autoPlay muted loop>
615614
<source src="/assets/7.x/native-stack/native-stack-animation-fade.mp4" />
616615
</video>
617616

618-
619-
620-
621-
622617
- `fade_from_bottom`: fade the new screen from bottom
623618
<video playsInline autoPlay muted loop>
624619
<source src="/assets/7.x/native-stack/native-stack-animation-fade-from-bottom.mp4" />
625620
</video>
626621

627-
628-
629-
630-
631622
- `flip`: flip the screen, requires `presentation: "modal"` (iOS only)
632623
<video playsInline autoPlay muted loop>
633624
<source src="/assets/7.x/native-stack/native-stack-animation-flip.mp4" />
634625
</video>
635626

636-
637-
638-
639-
640627
- `simple_push`: default animation, but without shadow and native header transition (iOS only, uses default animation on Android)
641628
<video playsInline autoPlay muted loop>
642629
<source src="/assets/7.x/native-stack/native-stack-animation-simple-push.mp4" />
643630
</video>
644631

645-
646-
647-
648-
649632
- `slide_from_bottom`: slide in the new screen from bottom
650633
<video playsInline autoPlay muted loop>
651634
<source src="/assets/7.x/native-stack/native-stack-animation-slide-from-bottom.mp4" />
652635
</video>
653636

654-
655-
656-
657-
658637
- `slide_from_right`: slide in the new screen from right (Android only, uses default animation on iOS)
659638
<video playsInline autoPlay muted loop>
660639
<source src="/assets/7.x/native-stack/native-stack-animation-slide-from-right.mp4" />
661640
</video>
662641

663-
664-
665-
666-
667642
- `slide_from_left`: slide in the new screen from left (Android only, uses default animation on iOS)
668643
<video playsInline autoPlay muted loop>
669644
<source src="/assets/7.x/native-stack/native-stack-animation-slide-from-left.mp4" />
670645
</video>
671646

672-
673-
674-
675-
676647
- `none`: don't animate the screen
677648
<video playsInline autoPlay muted loop>
678649
<source src="/assets/7.x/native-stack/native-stack-animation-none.mp4" />
679650
</video>
680651

681-
682-
683-
684-
685652
#### `presentation`
686653

687654
How should the screen be presented.

0 commit comments

Comments
 (0)