diff --git a/static/assets/7.x/native-stack/animationTypeForReplace-pop.mp4 b/static/assets/7.x/native-stack/animationTypeForReplace-pop.mp4 new file mode 100644 index 0000000000..eff41148ce Binary files /dev/null and b/static/assets/7.x/native-stack/animationTypeForReplace-pop.mp4 differ diff --git a/static/assets/7.x/native-stack/animationTypeForReplace-push.mp4 b/static/assets/7.x/native-stack/animationTypeForReplace-push.mp4 new file mode 100644 index 0000000000..dc8a3488cd Binary files /dev/null and b/static/assets/7.x/native-stack/animationTypeForReplace-push.mp4 differ diff --git a/versioned_docs/version-7.x/native-stack-navigator.md b/versioned_docs/version-7.x/native-stack-navigator.md index 61125f06e1..3b79764473 100755 --- a/versioned_docs/version-7.x/native-stack-navigator.md +++ b/versioned_docs/version-7.x/native-stack-navigator.md @@ -589,13 +589,22 @@ Whether you can use gestures to dismiss this screen. Defaults to `true`. Only su #### `animationTypeForReplace` -The type of animation to use when this screen replaces another screen. Defaults to `pop`. +The type of animation to use when this screen replaces another screen. Defaults to `push`. Supported values: - `push`: the new screen will perform push animation. + + + - `pop`: the new screen will perform pop animation. + + #### `animation` How the screen should animate when pushed or popped.