From d8748a460a81e0ccff093f0db3a33f0444235e4f Mon Sep 17 00:00:00 2001 From: wangyingjun01 Date: Fri, 10 Oct 2025 17:11:52 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID18U7]=20=E6=9B=B4?= =?UTF-8?q?=E6=96=B0react-navigation-native-stack=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyingjun01 --- en/react-navigation-native-stack.md | 2 +- zh-cn/react-navigation-native-stack.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-navigation-native-stack.md b/en/react-navigation-native-stack.md index ed8c241e7..16081c952 100644 --- a/en/react-navigation-native-stack.md +++ b/en/react-navigation-native-stack.md @@ -195,7 +195,7 @@ export default function App() { | gestureEnabled | Whether you can use gestures to dismiss this screen. Defaults to true. | boolean | no | iOS | no | | animationTypeForReplace | The type of animation to use when this screen replaces another screen. Defaults to pop. | 'push'|'pop' | no | Android,iOS | no | | animation | How the screen should animate when pushed or popped. | 'default'|'fade'|'fade_from_bottom'|'fade_from_bottom'|'simple_push'|'slide_from_bottom'|'slide_from_right'|'slide_from_left'|'none' | no | Android,iOS | no | -| presentation | How should the screen be presented. | 'card'|'modal'|'transparentModal'|'containedModal'|'containedModal'|'fullScreenModal'|'formSheet' | no | Android,iOS | partially | +| presentation | How should the screen be presented. | 'card'|'modal'|'transparentModal'|'containedModal'|'containedModal'|'fullScreenModal'|'formSheet' | no | Android,iOS | partially('card'/'transparentModal') | | orientation | The display orientation to use for the screen. | 'default'|'all'|'portrait'|'portrait_up'|'portrait_down'|'landscape'|'landscape_left'|'landscape_left' | no | Android,iOS | no | | autoHideHomeIndicator | Boolean indicating whether the home indicator should prefer to stay hidden. Defaults to false. | boolean | no | iOS | no | | gestureDirection | Sets the direction in which you should swipe to dismiss the screen. | 'vertical '|'horizontal ' | no | iOS | no | diff --git a/zh-cn/react-navigation-native-stack.md b/zh-cn/react-navigation-native-stack.md index c9fdb73e5..dabf72a3c 100644 --- a/zh-cn/react-navigation-native-stack.md +++ b/zh-cn/react-navigation-native-stack.md @@ -193,7 +193,7 @@ export default function App() { | gestureEnabled | Whether you can use gestures to dismiss this screen. Defaults to true. | boolean | no | iOS | no | | animationTypeForReplace | The type of animation to use when this screen replaces another screen. Defaults to pop. | 'push'|'pop' | no | Android,iOS | no | | animation | How the screen should animate when pushed or popped. | 'default'|'fade'|'fade_from_bottom'|'fade_from_bottom'|'simple_push'|'slide_from_bottom'|'slide_from_right'|'slide_from_left'|'none' | no | Android,iOS | no | -| presentation | How should the screen be presented. | 'card'|'modal'|'transparentModal'|'containedModal'|'containedModal'|'fullScreenModal'|'formSheet' | no | Android,iOS | partially | +| presentation | How should the screen be presented. | 'card'|'modal'|'transparentModal'|'containedModal'|'containedModal'|'fullScreenModal'|'formSheet' | no | Android,iOS | partially('card'/'transparentModal') | | orientation | The display orientation to use for the screen. | 'default'|'all'|'portrait'|'portrait_up'|'portrait_down'|'landscape'|'landscape_left'|'landscape_left' | no | Android,iOS | no | | autoHideHomeIndicator | Boolean indicating whether the home indicator should prefer to stay hidden. Defaults to false. | boolean | no | iOS | no | | gestureDirection | Sets the direction in which you should swipe to dismiss the screen. | 'vertical '|'horizontal ' | no | iOS | no | -- Gitee