Skip to content

Commit f0ebaf0

Browse files
committed
chore: Updated pop and push videos
1 parent 33037af commit f0ebaf0

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,20 +589,20 @@ Whether you can use gestures to dismiss this screen. Defaults to `true`. Only su
589589

590590
#### `animationTypeForReplace`
591591

592-
The type of animation to use when this screen replaces another screen. Defaults to `pop`.
592+
The type of animation to use when this screen replaces another screen. Defaults to `push`.
593593

594594
Supported values:
595595

596596
- `push`: the new screen will perform push animation.
597597

598598
<video playsInline autoPlay muted loop>
599-
<source src="/assets/7.x/native-stack/animationTypeForReplace/push.mp4" />
599+
<source src="/assets/7.x/native-stack/animationTypeForReplace-push.mp4" />
600600
</video>
601601

602602
- `pop`: the new screen will perform pop animation.
603603

604604
<video playsInline autoPlay muted loop>
605-
<source src="/assets/7.x/native-stack/animationTypeForReplace/pop.mp4" />
605+
<source src="/assets/7.x/native-stack/animationTypeForReplace-pop.mp4" />
606606
</video>
607607

608608
#### `animation`

0 commit comments

Comments
 (0)