Skip to content

Commit c0046ef

Browse files
committed
chore: Added sample videos for 'animationTypeForReplace' option
1 parent 30afd1c commit c0046ef

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed
Binary file not shown.
Binary file not shown.

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

+6
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,13 @@ The type of animation to use when this screen replaces another screen. Defaults
594594
Supported values:
595595

596596
- `push`: the new screen will perform push animation.
597+
<video playsInline autoPlay muted loop>
598+
<source src="/assets/7.x/native-stack/animationTypeForReplace/push.mp4" />
599+
</video>
597600
- `pop`: the new screen will perform pop animation.
601+
<video playsInline autoPlay muted loop>
602+
<source src="/assets/7.x/native-stack/animationTypeForReplace/pop.mp4" />
603+
</video>
598604

599605
#### `animation`
600606

0 commit comments

Comments
 (0)