From 13dca6dc9ce4f739348bc130536639825b0d5116 Mon Sep 17 00:00:00 2001 From: fangzi155 Date: Mon, 1 Dec 2025 20:50:34 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#ID9Y2L]=E8=A1=A5=E5=85=85re?= =?UTF-8?q?act-native-router-flux=20=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: fangzi155 --- en/react-native-router-flux.md | 12 ++++++------ zh-cn/react-native-router-flux.md | 14 +++++++------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/en/react-native-router-flux.md b/en/react-native-router-flux.md index 06ef8814d..6e344c7a6 100644 --- a/en/react-native-router-flux.md +++ b/en/react-native-router-flux.md @@ -319,13 +319,13 @@ Defines the core interface for page route configuration. | backButtonTintColor | Back button color | string | no | iOS/Android | yes | | drawer | Whether to use as drawer menu | boolean | no | iOS/Android | yes | | failure | Callback function or scene key when navigation fails | function\| string | no | Android | no | -| headerBackTitle | Header back button title | string | no | Android | no | +| headerBackTitle | Header back button title | string | no | iOS/Android | yes | | hideNavBar | Whether to hide navigation bar | boolean | no | iOS/Android | yes | | hideTabBar | Whether to hide tab bar | boolean | no | iOS/Android | yes | -| hideBackImage | Whether to hide back image | boolean | no | Android | no | +| hideBackImage | Whether to hide back image | boolean | no | iOS/Android | yes | | initial | Whether to use as initial scene | boolean | no | iOS/Android | yes | | leftButtonImage | Left button image | Image | no | iOS/Android | yes | -| modal | Whether to display in modal form | boolean | no | iOS/Android | yes | +| modal | Whether to display in modal form | boolean | no | no | no | | navigationBarTitleImage | Navigation bar title image | Image | no | iOS/Android | yes | | navigationBarTitleImageStyle | Navigation bar title image style | style | no | iOS/Android | yes | | navTransparent | Whether navigation bar is transparent | boolean | no | iOS/Android | yes | @@ -340,7 +340,7 @@ Defines the core interface for page route configuration. | rightTitle | Right button title | string | no | iOS/Android | yes | | rightButtonImage | Right button image | Image \| null | no | iOS/Android | yes | | rightButtonTextStyle | Right button text style | style | no | iOS/Android | yes | -| success | Callback function or scene key when navigation succeeds | function\| string | no | Android | no | +| success | Callback function or scene key when navigation succeeds | function\| string | no | iOS/Android | yes | | tabs | Whether to use as tab container | boolean | no | iOS/Android | yes | | title | Scene title | function \| string | no | iOS/Android | yes | | titleStyle | Title style | style | no | iOS/Android | yes | @@ -411,13 +411,13 @@ Defines all methods for navigation operations. | currentScene | Current scene information | object | no | iOS/Android | yes | | jump | Jump to specified scene | function | no | iOS/Android | yes | | pop | Go back to previous scene | function | no | iOS/Android | yes | -| popAndPush | Go back and push new scene | function | no | Android | no | +| popAndPush | Go back and push new scene | function | no | no | no | | popTo | Go back to specified scene | function | no | iOS/Android | yes | | push | Push new scene | function | no | iOS/Android | yes | | refresh | Refresh current scene | function| no | iOS/Android | yes | | replace | Replace current scene | function | no | iOS/Android | yes | | reset | Reset navigation stack to specified scene | function | no | iOS/Android | yes | -| addRef | Add reference | function | no | Android | no | +| addRef | Add reference | function | no | iOS/Android | yes | | drawerOpen | Open drawer menu | object | no | iOS/Android | yes | | drawerClose | Close drawer menu | object | no | iOS/Android | yes | diff --git a/zh-cn/react-native-router-flux.md b/zh-cn/react-native-router-flux.md index 0a01c0e1f..547cb4b79 100644 --- a/zh-cn/react-native-router-flux.md +++ b/zh-cn/react-native-router-flux.md @@ -322,14 +322,14 @@ Router 管理整个应用的页面导航和转场效果。 | backButtonImage | 返回按钮图片路径 | string | no | iOS/Android | yes | | backButtonTintColor | 返回按钮颜色 | string | no | iOS/Android | yes | | drawer | 是否作为抽屉菜单 | boolean | no | iOS/Android | yes | -| failure | 导航失败时的回调函数或场景key | function \| string | no | Android | no | -| headerBackTitle | 头部返回按钮标题 | string | no | Android | no | +| failure | 导航失败时的回调函数或场景key | function \| string | no | iOS/Android | yes | +| headerBackTitle | 头部返回按钮标题 | string | no | iOS/Android | yes | | hideNavBar | 是否隐藏导航栏 | boolean | no | iOS/Android | yes | | hideTabBar | 是否隐藏标签栏 | boolean | no | iOS/Android | yes | -| hideBackImage | 是否隐藏返回图片 | boolean | no | Android | no | +| hideBackImage | 是否隐藏返回图片 | boolean | no | iOS/Android | yes | | initial | 是否作为初始场景 | boolean | no | iOS/Android | yes | | leftButtonImage | 左侧按钮图片 | Image | no | iOS/Android | yes | -| modal | 是否以模态形式显示 | boolean | no | iOS/Android | yes | +| modal | 是否以模态形式显示 | boolean | no | no | no | | navigationBarTitleImage | 导航栏标题图片 | Image | no | iOS/Android | yes | | navigationBarTitleImageStyle | 导航栏标题图片样式 | style | no | iOS/Android | yes | | navTransparent | 导航栏是否透明 | boolean | no | iOS/Android | yes | @@ -344,7 +344,7 @@ Router 管理整个应用的页面导航和转场效果。 | rightTitle | 右侧按钮标题 | string | no | iOS/Android | yes | | rightButtonImage | 右侧按钮图片 | Image \| null | no | iOS/Android | yes | | rightButtonTextStyle | 右侧按钮文本样式 | style | no | iOS/Android | yes | -| success | 导航成功时的回调函数或场景key | function \| string | no | Android | no | +| success | 导航成功时的回调函数或场景key | function \| string | no | iOS/Android | yes | | tabs | 是否作为标签页容器 | boolean | no | iOS/Android | yes | | title | 场景标题 | function \| string | no | iOS/Android | yes | | titleStyle | 标题样式 | style | no | iOS/Android | yes | @@ -416,13 +416,13 @@ Router 管理整个应用的页面导航和转场效果。 | currentScene | 当前场景信息 | object | no | iOS/Android | yes | | jump | 跳转到指定场景 | function| no | iOS/Android | yes | | pop | 返回上一个场景 | function | no | iOS/Android | yes | -| popAndPush | 返回并推入新场景 | function| no | Android | no | +| popAndPush | 返回并推入新场景 | function| no | no | no | | popTo | 返回到指定场景 | function| no | iOS/Android | yes | | push | 推入新场景 | function| no | iOS/Android | yes | | refresh | 刷新当前场景 | function| no | iOS/Android | yes | | replace | 替换当前场景 | function| no | iOS/Android | yes | | reset | 重置导航栈到指定场景 | function| no | iOS/Android | yes | -| addRef | 添加引用 | function | no | Android | no | +| addRef | 添加引用 | function | no | iOS/Android | yes | | drawerOpen | 打开抽屉菜单 | object | no | iOS/Android | yes | | drawerClose | 关闭抽屉菜单 | object | no | iOS/Android | yes | -- Gitee