From 45cdb06a410e6e2456e48d2493dba55395d71cd1 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Wed, 9 Jul 2025 20:36:23 +0800 Subject: [PATCH 1/6] =?UTF-8?q?docs:=20[Issues:=20#ICISQP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-baidu-map=E5=BA=93=E7=9A=84mapType?= =?UTF-8?q?=E5=B1=9E=E6=80=A7=E9=83=A8=E5=88=86=E6=94=AF=E6=8C=81=E7=9A=84?= =?UTF-8?q?=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-baidu-map.md | 2 +- zh-cn/react-native-baidu-map.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-baidu-map.md b/en/react-native-baidu-map.md index 93a7ff38..e97ea6cc 100644 --- a/en/react-native-baidu-map.md +++ b/en/react-native-baidu-map.md @@ -452,7 +452,7 @@ Open `entry/src/main/module.json5`, add the following permission: | baiduHeatMapEnabled | Enables Baidu heatmap. | Boolean | no | All | no | | zoomGesturesEnabled | Allows zooming via gestures. | Boolean | no | All | yes | | scrollGesturesEnabled | Allows dragging. | Boolean | no | All | yes | -| mapType | Type of the map. | Number | no | All | partially(There are three types of maps in React Native, and one type of blank map is not supported.) | +| mapType | Type of the map. | Number | no | All | partially【Supported values: 1 (NORMAL), 2 (SATELLITE). Unsupported values: 0 (NONE) 】 | | zoom | Zoom level of the map. | Number | no | All | yes | | showsUserLocation | Displays the user location. | Boolean | no | All | yes | | locationData | Location data {latitude: 0, longitude: 0} | Object | no | All | yes | diff --git a/zh-cn/react-native-baidu-map.md b/zh-cn/react-native-baidu-map.md index 292cd7e0..5e937053 100644 --- a/zh-cn/react-native-baidu-map.md +++ b/zh-cn/react-native-baidu-map.md @@ -453,7 +453,7 @@ ohpm install | baiduHeatMapEnabled | 是否启用百度热力图 | Boolean | no | All | no | | zoomGesturesEnabled | 允许手势缩放 | Boolean | no | All | yes | | scrollGesturesEnabled | 允许拖动 | Boolean | no | All | yes | -| mapType | 地图类型 | Number | no | All | partially(React Native中有三种地图,有一种空白地图不支持) | +| mapType | 地图类型 | Number | no | All | partially【支持的值:1(普通地图)、2(卫星地图); 不支持的值:0(空白地图)】 | | zoom | 地图的缩放级别 | Number | no | All | yes | | showsUserLocation | 是否显示定位 | Boolean | no | All | yes | | locationData | 定位信息 {latitude: 0, longitude: 0} | Object | no | All | yes | -- Gitee From e5983b8e00ff2b97a0f260770b50790044e5f1d6 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Thu, 10 Jul 2025 10:26:25 +0800 Subject: [PATCH 2/6] =?UTF-8?q?docs:=20[Issues:=20#ICISQP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-image-sequence-2=E5=BA=93=E7=9A=84?= =?UTF-8?q?=E8=8B=B1=E6=96=87=E6=96=87=E6=A1=A3=E4=B8=AD=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E8=B7=B3=E8=BD=AC=E9=93=BE=E6=8E=A5=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-image-sequence-2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/react-native-image-sequence-2.md b/en/react-native-image-sequence-2.md index 8103b5aa..cad6bd79 100644 --- a/en/react-native-image-sequence-2.md +++ b/en/react-native-image-sequence-2.md @@ -328,7 +328,7 @@ ohpm install Method 2: Directly link to the source code. -> [!TIP]For details, see [Directly Linking Source Code](/zh-cn/link-source-code.md). +> [!TIP]For details, see [Directly Linking Source Code](/en/link-source-code.md). ### 2.3 Configuring CMakeLists and Introducing ImageSequence2Package Package -- Gitee From 2172900d55bbc982c6a7e6e665feb00855062319 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Thu, 10 Jul 2025 10:31:17 +0800 Subject: [PATCH 3/6] =?UTF-8?q?docs:=20[Issues:=20#ICISQP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-screens=E5=BA=93=E7=9A=84GitHub=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-screens.md | 2 +- zh-cn/react-native-screens.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-screens.md b/en/react-native-screens.md index bec56acc..e1695695 100644 --- a/en/react-native-screens.md +++ b/en/react-native-screens.md @@ -12,7 +12,7 @@

-> [!TIP] [GitHub address](https://github.com/software-mansion/react-native-screens/releases/tag/3.29.0) +> [!TIP] [GitHub address](https://github.com/software-mansion/react-native-screens/tree/3.29.0) ## Installation and Usage diff --git a/zh-cn/react-native-screens.md b/zh-cn/react-native-screens.md index b7fd66ac..d233b4c4 100644 --- a/zh-cn/react-native-screens.md +++ b/zh-cn/react-native-screens.md @@ -12,7 +12,7 @@

-> [!TIP] [Github 地址](https://github.com/software-mansion/react-native-screens/releases/tag/3.29.0) +> [!TIP] [Github 地址](https://github.com/software-mansion/react-native-screens/tree/3.29.0) ## 安装与使用 -- Gitee From 29838f438eec87c0182c255d0c7dd16384c744d8 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Thu, 10 Jul 2025 15:16:15 +0800 Subject: [PATCH 4/6] =?UTF-8?q?docs:=20[Issues:=20#ICISQP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9README.md=E5=92=8CREADME=5FEN.md=E4=B8=AD=E9=83=A8?= =?UTF-8?q?=E5=88=86=E5=BA=93=E7=9A=84=E5=9F=BA=E7=BA=BF=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/README_EN.md | 10 +++++----- zh-cn/README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/en/README_EN.md b/en/README_EN.md index 581b0e7d..ffd64334 100644 --- a/en/README_EN.md +++ b/en/README_EN.md @@ -32,7 +32,7 @@ You can evaluate existing documentation, make simple changes, report quality iss | NO. | Source Library Name | Original Library Baseline Version | New Architecture Supported in Source Library | HarmonyOS library name | npm publishing address | Documentation Link | | ---- | ------------------ | -------------- | ------------------ | ----------------- | ---------------- | ------------ | | 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | Yes | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/async-storage) | [Link](/en/react-native-async-storage-async-storage.md) | -| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | Yes | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/camera-roll) | [Link](/en/react-native-cameraroll.md) | +| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 7.8.3 | Yes | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/camera-roll) | [Link](/en/react-native-cameraroll.md) | | 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | Yes | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/clipboard) | [Link](/en/react-native-clipboard-clipboard.md) | | 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | Yes | [@react-native-oh-tpl/blur](https://github.com/react-native-oh-library/react-native-blur) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/blur) | [Link](/en/react-native-community-blur.md) | | 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | No | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox) | [npm Link](https://www.npmjs.com/package/react-native-check-box) | [Link](/en/react-native-community-checkbox.md) | @@ -46,7 +46,7 @@ You can evaluate existing documentation, make simple changes, report quality iss | 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | Yes | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/toolbar-android) | [Link](/en/react-native-community-toolbar-android.md) | | 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | No | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/cookies) | [Link](/en/react-native-cookies-cookies.md) | | 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | No | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/masked-view) | [Link](/en/react-native-masked-view-masked-view.md) | -| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | Yes | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/picker) | [Link](/en/react-native-picker-picker.md) | +| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.6.1 | Yes | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/picker) | [Link](/en/react-native-picker-picker.md) | | 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | No | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/segmented-control) | [Link](/en/react-native-community-segmented-control.md) | | 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | \- | [Link](/en/react-navigation-bottom-tabs.md) | | 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/elements) | [Link](/en/react-navigation-elements.md) | @@ -137,7 +137,7 @@ You can evaluate existing documentation, make simple changes, report quality iss | 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | \- | [Link](/en/react-native-vector-icons.md) | | 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | Yes | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-video) | [Link](/en/react-native-video.md) | | 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | No | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-shot) | [Link](/en/react-native-view-shot.md) | -| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | Yes | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-webview) | [Link](/en/react-native-webview.md) | +| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.10.2 | Yes | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-webview) | [Link](/en/react-native-webview.md) | | 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | Yes | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-worklets-core) | [Link](/en/react-native-worklets-core.md) | | 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | - | [Link](/en/react-subscribe.md) | | 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | - | [Link](/en/react-native-secharts.md) | @@ -186,7 +186,7 @@ You can evaluate existing documentation, make simple changes, report quality iss | 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-switch-pro) | [Link](/en/react-native-switch-pro.md) | | 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | \- | [Link](/en/react-native-drop-shadow.md) | | 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-nested-scroll-view) | [Link](/en/react-native-nested-scroll-view.md) | -| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | Yes | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-code-push) | [Link](/en/react-native-code-push.md) | +| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.2.2 | Yes | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-code-push) | [Link](/en/react-native-code-push.md) | | 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-safe-module) | [Link](/en/react-native-safe-module.md) | | 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | No | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sqlite-storage) | [Link](/en/react-native-sqlite-storage.md) | | 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | No | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-gradient) | [Link](/en/react-native-text-gradient.md) | @@ -273,7 +273,7 @@ You can evaluate existing documentation, make simple changes, report quality iss | 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | - | [Link](/en/react-native-lightbox.md) | | 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | No | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-create-thumbnail) | [Link](/en/react-native-create-thumbnail.md) | | 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | - | [Link](/en/react-native-paper.md) | -| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker) | [Link](/en/react-native-picker.md) | +| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 4.0.3 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker) | [Link](/en/react-native-picker.md) | | 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | Yes | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-shared-element) | [Link](/en/react-native-shared-element.md) | | 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/bottom-sheet) | [Link](/en/gorhom-bottom-sheet.md) | | 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | No | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage) | [npm Link](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mmkv-storage) | [Link](/en/react-native-mmkv-storage.md) | diff --git a/zh-cn/README.md b/zh-cn/README.md index aa41acbb..65aba27e 100644 --- a/zh-cn/README.md +++ b/zh-cn/README.md @@ -32,7 +32,7 @@ | 序号 | 原库名 | 原库基线版本 | 原库是否支持新架构 | 鸿蒙化库名 | npm发布地址 | 文档链接 | | ---- | ------------------ | -------------- | ------------------ | ----------------- | ---------------- | ------------ | | 1 | [@react-native-async-storage/async-storage](https://github.com/react-native-async-storage/async-storage) | 1.21.0 | 是 | [@react-native-oh-tpl/async-storage](https://github.com/react-native-oh-library/async-storage) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/async-storage) | [链接](/zh-cn/react-native-async-storage-async-storage.md) | -| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 6.0.0 | 是 | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/camera-roll) | [链接](/zh-cn/react-native-cameraroll.md) | +| 2 | [@react-native-camera-roll/camera-roll](https://github.com/react-native-cameraroll/react-native-cameraroll) | 7.8.3 | 是 | [@react-native-oh-tpl/camera-roll](https://github.com/react-native-oh-library/react-native-cameraroll) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/camera-roll) | [链接](/zh-cn/react-native-cameraroll.md) | | 3 | [@react-native-clipboard/clipboard](https://github.com/react-native-clipboard/clipboard) | 1.13.2 | 是 | [@react-native-oh-tpl/clipboard](https://github.com/react-native-oh-library/clipboard) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/clipboard) | [链接](/zh-cn/react-native-clipboard-clipboard.md) | | 4 | [@react-native-community/blur](https://github.com/Kureev/react-native-blur) | 4.4.0 | 是 | [@react-native-oh-tpl/blur](https://github.com/react-native-oh-library/react-native-blur) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/blur) | [链接](/zh-cn/react-native-community-blur.md) | | 5 | [@react-native-community/checkbox](https://github.com/react-native-checkbox/react-native-checkbox) | 0.5.16 | 否 | [@react-native-oh-tpl/react-native-checkbox](https://github.com/react-native-oh-library/react-native-checkbox) | [npm地址](https://www.npmjs.com/package/react-native-check-box) | [链接](/zh-cn/react-native-community-checkbox.md) | @@ -46,7 +46,7 @@ | 13 | [@react-native-community/toolbar-android](https://github.com/react-native-toolbar-android/toolbar-android) | 0.2.1 | 是 | [@react-native-oh-tpl/toolbar-android](https://github.com/react-native-oh-library/toolbar-android) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/toolbar-android) | [链接](/zh-cn/react-native-community-toolbar-android.md) | | 14 | [@react-native-cookies/cookies](https://github.com/react-native-cookies/cookies) | 6.2.1 | 否 | [@react-native-oh-tpl/cookies](https://github.com/react-native-oh-library/react-native-cookies) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/cookies) | [链接](/zh-cn/react-native-cookies-cookies.md) | | 15 | [@react-native-masked-view/masked-view](https://github.com/react-native-masked-view/masked-view) | 0.2.9 | 否 | [@react-native-oh-tpl/masked-view](https://github.com/react-native-oh-library/masked-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/masked-view) | [链接](/zh-cn/react-native-masked-view-masked-view.md) | -| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.5.1 | 是 | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/picker) | [链接](/zh-cn/react-native-picker-picker.md) | +| 16 | [@react-native-picker/picker](https://github.com/react-native-picker/picker) | 2.6.1 | 是 | [@react-native-oh-tpl/picker](https://github.com/react-native-oh-library/picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/picker) | [链接](/zh-cn/react-native-picker-picker.md) | | 17 | [@react-native-segmented-control/segmented-control](https://github.com/react-native-segmented-control/segmented-control) | 2.5.2 | 否 | [@react-native-oh-tpl/segmented-control](https://github.com/react-native-oh-library/segmented-control) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/segmented-control) | [链接](/zh-cn/react-native-community-segmented-control.md) | | 18 | [@react-navigation/bottom-tabs](https://github.com/react-navigation/react-navigation/tree/6.x/packages/bottom-tabs) | 6.5.11 | \- | \- | \- | [链接](/zh-cn/react-navigation-bottom-tabs.md) | | 19 | [@react-navigation/elements](https://github.com/react-navigation/react-navigation/tree/6.x/packages/elements) | 1.3.21 | \- | [@react-native-oh-tpl/elements](https://github.com/react-native-oh-library/react-navigation) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/elements) | [链接](/zh-cn/react-navigation-elements.md) | @@ -137,7 +137,7 @@ | 104 | [react-native-vector-icons](https://github.com/oblador/react-native-vector-icons) | 10.0.3 | \- | \- | \- | [链接](/zh-cn/react-native-vector-icons.md) | | 105 | [react-native-video](https://github.com/react-native-video/react-native-video) | 5.2.1 | 是 | [@react-native-oh-tpl/react-native-video](https://github.com/react-native-oh-library/react-native-video) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-video) | [链接](/zh-cn/react-native-video.md) | | 106 | [react-native-view-shot](https://github.com/gre/react-native-view-shot) | 3.8.0 | 否 | [@react-native-oh-tpl/react-native-view-shot](https://github.com/react-native-oh-library/react-native-view-shot) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-view-shot) | [链接](/zh-cn/react-native-view-shot.md) | -| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.6.2 | 是 | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-webview) | [链接](/zh-cn/react-native-webview.md) | +| 107 | [react-native-webview](https://github.com/react-native-webview/react-native-webview) | 13.10.2 | 是 | [@react-native-oh-tpl/react-native-webview](https://github.com/react-native-oh-library/react-native-webview) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-webview) | [链接](/zh-cn/react-native-webview.md) | | 108 | [react-native-worklets-core](https://github.com/margelo/react-native-worklets-core) | 0.5.0 | 是 | [@react-native-oh-tpl/react-native-worklets-core](https://github.com/react-native-oh-library/react-native-worklets-core) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-worklets-core) | [链接](/zh-cn/react-native-worklets-core.md) | | 109 | [react-subscribe](https://github.com/tdzl2003/react-subscribe) | 1.3.2 | - | - | - | [链接](/zh-cn/react-subscribe.md) | | 110 | [react-native-secharts](https://github.com/shifeng1993/react-native-secharts) | 1.7.0 | - | - | - | [链接](/zh-cn/react-native-secharts.md) | @@ -186,7 +186,7 @@ | 153 | [react-native-switch-pro](https://github.com/poberwong/react-native-switch-pro) | 1.0.5 | - | [@react-native-oh-tpl/react-native-switch-pro](https://github.com/react-native-oh-library/react-native-switch-pro) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-switch-pro) | [链接](/zh-cn/react-native-switch-pro.md) | | 154 | [react-native-drop-shadow](https://github.com/hoanglam10499/react-native-drop-shadow) | 1.0.0 | - | \- | \- | [链接](/zh-cn/react-native-drop-shadow.md) | | 155 | [react-native-nested-scroll-view](https://github.com/cesardeazevedo/react-native-nested-scroll-view) | 9.0.0 | - | [@react-native-oh-tpl/react-native-nested-scroll-view](https://github.com/react-native-oh-library/react-native-nested-scroll-view) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-nested-scroll-view) | [链接](/zh-cn/react-native-nested-scroll-view.md) | -| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.0.2 | 是 | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-code-push) | [链接](/zh-cn/react-native-code-push.md) | +| 156 | [react-native-code-push](https://github.com/microsoft/react-native-code-push) | 8.2.2 | 是 | [@react-native-oh-tpl/react-native-code-push](https://github.com/react-native-oh-library/react-native-code-push) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-code-push) | [链接](/zh-cn/react-native-code-push.md) | | 157 | [react-native-safe-module](https://github.com/lelandrichardson/react-native-safe-module) | 1.2.0 | - | [@react-native-oh-tpl/react-native-safe-module](https://github.com/react-native-oh-library/react-native-safe-module) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-safe-module) | [链接](/zh-cn/react-native-safe-module.md) | | 158 | [react-native-sqlite-storage](https://github.com/andpor/react-native-sqlite-storage) | 6.0.1 | 否 | [@react-native-oh-tpl/react-native-sqlite-storage](https://github.com/react-native-oh-library/react-native-sqlite-storage) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-sqlite-storage) | [链接](/zh-cn/react-native-sqlite-storage.md) | | 159 | [react-native-text-gradient](https://github.com/iyegoroff/react-native-text-gradient) | 0.1.7 | 否 | [@react-native-oh-tpl/react-native-text-gradient](https://github.com/react-native-oh-library/react-native-text-gradient) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-text-gradient) | [链接](/zh-cn/react-native-text-gradient.md) | @@ -273,7 +273,7 @@ | 240 | [react-native-lightbox-v2](https://github.com/cbbfcd/react-native-lightbox) | 0.9.0 | - | - | - | [链接](/zh-cn/react-native-lightbox.md) | | 241 | [react-native-create-thumbnail](https://github.com/souvik-ghosh/react-native-create-thumbnail) | 2.0.0 | 否 | [@react-native-oh-tpl/react-native-create-thumbnail](https://github.com/react-native-oh-library/react-native-create-thumbnail) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-create-thumbnail) | [链接](/zh-cn/react-native-create-thumbnail.md) | | 242 | [react-native-paper](https://github.com/callstack/react-native-paper) | 5.12.5 | - | - | - | [链接](/zh-cn/react-native-paper.md) | -| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 0.6.1 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker) | [链接](/zh-cn/react-native-picker.md) | +| 243 | [react-native-picker](https://github.com/beefe/react-native-picker) | 4.0.3 | - | [@react-native-oh-tpl/react-native-picker](https://github.com/react-native-oh-library/react-native-picker) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-picker) | [链接](/zh-cn/react-native-picker.md) | | 244 | [react-native-shared-element](https://github.com/IjzerenHein/react-native-shared-element) | 0.8.9 | 是 | [@react-native-oh-tpl/react-native-shared-element](https://github.com/react-native-oh-library/react-native-shared-element) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-shared-element) | [链接](/zh-cn/react-native-shared-element.md) | | 245 | [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-sheet) | 5.0.0-alpha.11 | - | [@react-native-oh-library/bottom-sheet](https://github.com/react-native-oh-library/react-native-bottom-sheet) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/bottom-sheet) | [链接](/zh-cn/gorhom-bottom-sheet.md) | | 246 | [react-native-mmkv-storage](https://github.com/ammarahm-ed/react-native-mmkv-storage) | 0.10.2 | 否 | [@react-native-oh-tpl/react-native-mmkv-storage](https://github.com/react-native-oh-library/react-native-mmkv-storage) | [npm地址](https://www.npmjs.com/package/@react-native-oh-tpl/react-native-mmkv-storage) | [链接](/zh-cn/react-native-mmkv-storage.md) | -- Gitee From 947b3fbb7c1b1fc276586ad44c365c6fb41b4de3 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Thu, 10 Jul 2025 15:25:26 +0800 Subject: [PATCH 5/6] =?UTF-8?q?docs:=20[Issues:=20#ICISQP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-screens=E5=BA=93=E5=92=8Creact-native-oh-?= =?UTF-8?q?tpl-react-native-screens=E5=BA=93=E7=9A=84=E5=B1=9E=E6=80=A7?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...eact-native-oh-tpl-react-native-screens.md | 10 +++++ en/react-native-screens.md | 41 +++++++++++++++++++ ...eact-native-oh-tpl-react-native-screens.md | 10 +++++ zh-cn/react-native-screens.md | 41 +++++++++++++++++++ 4 files changed, 102 insertions(+) diff --git a/en/react-native-oh-tpl-react-native-screens.md b/en/react-native-oh-tpl-react-native-screens.md index e30c6020..3dbbcd7a 100644 --- a/en/react-native-oh-tpl-react-native-screens.md +++ b/en/react-native-oh-tpl-react-native-screens.md @@ -320,6 +320,16 @@ Check the release version information in the release address of the third-party | --------------------------------------------------------- | ------------------------------------------------------------ | -------- | -------- | ----------- | ----------------- | | enableScreens | Support native and its React Native View | function | No | iOS Android | Yes | | enableFreeze | Support for react-freeze, using ReactSuspende mechanism to prevent partial rendering of React component tree | function | No | iOS Android | Yes | +| createNativeStackNavigator | Provides screen switching capabilities. | function | No | iOS Android | NO | +| NativeStackNavigationProp | Encapsulates the property of page switching. | object | No | iOS Android | Yes | +| NativeStackNavigationOptions | Encapsulates the property settings of the navigation bar. | object | No | iOS Android | NO | +| FullWindowOverlay | A component that allows placing its child components above other components. | object | No | iOS Android | NO | +| SearchBarProps | Encapsulates the property settings of the search bar. | object | No | iOS Android | NO | +| SearchBarCommands | Encapsulates the operations of the search bar. | object | No | iOS Android | NO | +| useTransitionProgress | Provides an animation interpolator for screen transitions. | function | No | iOS Android | NO | +| userReanimatedTransitionProgress ReanimatedScreenProvider | Frame callback called during screen transitions, used for react-native-reanimated 2.0 and above, encapsulated with **ReanimatedScreenProvider**.| function | No | iOS Android | NO | +| userHeaderHeight | Calculates the height of the static header bar. This value changes when the screen orientation changes. | function | No | iOS Android | NO | +| userAnimatedHeaderHeight | Dynamically calculates the height of the header bar. This value changes with each view layout change. | function | No | iOS Android | NO | | onAppear | A callback that gets called when the current screen appears | function | No | iOS Android | Yes | | onDisappear | A callback that gets called when the current screen disappears. | function | No | iOS Android | Yes | | onWillAppear | A callback that gets called when the current screen will appear | function | No | iOS Android | Yes | diff --git a/en/react-native-screens.md b/en/react-native-screens.md index e1695695..229101cb 100644 --- a/en/react-native-screens.md +++ b/en/react-native-screens.md @@ -147,6 +147,47 @@ This document is verified based on the following versions: | userReanimatedTransitionProgress ReanimatedScreenProvider | Frame callback called during screen transitions, used for react-native-reanimated 2.0 and above, encapsulated with **ReanimatedScreenProvider**.| function | No | iOS Android | NO | | userHeaderHeight | Calculates the height of the static header bar. This value changes when the screen orientation changes. | function | No | iOS Android | NO | | userAnimatedHeaderHeight | Dynamically calculates the height of the header bar. This value changes with each view layout change. | function | No | iOS Android | NO | +| onAppear | A callback that gets called when the current screen appears | function | No | iOS Android | Yes | +| onDisappear | A callback that gets called when the current screen disappears. | function | No | iOS Android | Yes | +| onWillAppear | A callback that gets called when the current screen will appear | function | No | iOS Android | Yes | +| onWillDisappear | A callback that gets called when the current screen will disappear | function | No | iOS Android | Yes | +| fullScreenSwipeEnabled | Boolean indicating whether the swipe gesture should work on whole screen | property | No | iOS Android | Yes | +| gestureEnabled | Whether you can use gestures to dismiss this screen | property | No | iOS Android | Yes | +| statusBarColor | Sets the status bar color | property | No | iOS Android | No | +| screenOrientation | In which orientation should the screen appear | property | No | iOS Android | Yes | +| statusBarStyle | Sets the status bar color | property | No | iOS Android | Yes | +| statusBarTranslucent | Sets the translucency of the status bar | property | No | iOS Android | Yes | +| statusBarHidden | Whether the status bar should be hidden on this screen | property | No | iOS Android | Yes | +| gestureResponseDistance | Use it to restrict the distance from the edges of screen in which the gesture should be recognized | property | No | iOS Android | Yes | +| stackPresentation | how should the screen be presented | property | No | iOS Android | Yes | +| stackAnimation | ow the screen should appear/disappear when pushed or popped at the top of the stack | property | No | iOS Android | Yes | +| replaceAnimation | How should the screen replacing another screen animate | property | No | iOS Android | Yes | +| backgroundColor | Controls the color of the navigation header | property | No | iOS Android | Yes | +| hidden | When set to true the header will be hidden while the parent Screen is on the top of the stack | property | No | iOS Android | Yes | +| translucent | Boolean indicating whether the navigation bar is translucent | property | No | iOS Android | Yes | +| hideBackButton | Boolean indicating whether to hide the back button in header | property | No | iOS Android | Yes | +| backTitle | Title to display in the back button. | property | No | iOS Android | Yes | +| backTitleFontSize | Allows for customizing font size to be used for back button title | property | No | iOS Android | Yes | +| backTitleVisible | Whether the back button title should be visible or nots | property | No | iOS Android | Yes | +| title | String that can be displayed in the header as a fallback for `headerTitle` | property | No | iOS Android | Yes | +| titleFontSize | Customize the size of the font to be used for the title. | property | No | iOS Android | Yes | +| titleFontWeight | Customize the weight of the font to be used for the title. | property | No | iOS Android | Yes | +| titleColor | Allows for setting text color of the title | property | No | iOS Android | Yes | +| type | Subtitle type | property | No | iOS Android | Yes | +| onSearchFocus | Search bar focus | function | No | iOS Android | Yes | +| onSearchBlur | Search bar loses focus | function | No | iOS Android | Yes | +| onSearchButtonPress | A callback that gets called when the search button is pressed | function | No | iOS Android | Yes | +| onCancelButtonPress | A callback that gets called when the cancel button is pressed | function | No | iOS Android | Yes | +| onChangeText | A callback that gets called when the text changes | function | No | iOS Android | Yes | +| cancelButtonText | The text to be used instead of default `Cancel` button text | property | No | iOS Android | Yes | +| barTintColor | The search field background color | property | No | iOS Android | Yes | +| tintColor | The color for the cursor caret and cancel button text | property | No | iOS Android | Yes | +| textColor | text color | property | No | iOS Android | Yes | +| inputType | Sets type of the input. Defaults to `text`. | property | No | iOS Android | Yes | +| onClose | A callback that gets called when search bar is closed | function | No | iOS Android | Yes | +| onOpen | A callback that gets called when search bar is opened | function | No | iOS Android | Yes | +| headerIconColor | The search and close icon color shown in the header | property | No | iOS Android | Yes | +| shouldShowHintSearchIcon | Show the search hint icon when search bar is focused | property | No | iOS Android | Yes | ## Known Issues diff --git a/zh-cn/react-native-oh-tpl-react-native-screens.md b/zh-cn/react-native-oh-tpl-react-native-screens.md index 0664db57..59e0a2a1 100644 --- a/zh-cn/react-native-oh-tpl-react-native-screens.md +++ b/zh-cn/react-native-oh-tpl-react-native-screens.md @@ -324,6 +324,16 @@ ohpm install | --------------------------------------------------------- | ------------------------------------------------------------ | -------- | -------- | ----------- | ----------------- | | enableScreens | 支持原生及其 React Native View | function | No | iOS Android | Yes | | enableFreeze | 对 react-freeze 的支持,使用 ReactSuspense 机制来防止 React 组件树的部分渲染 | function | No | iOS Android | Yes | +| createNativeStackNavigator | 提供屏幕切换的能力 | function | No | iOS Android | NO | +| NativeStackNavigationProp | 切换页面属性的封装 | object | No | iOS Android | Yes | +| NativeStackNavigationOptions | 导航栏属性设置封装 | object | No | iOS Android | NO | +| FullWindowOverlay | 一个组件,可以将其子组件放在其他组件之上 | object | No | iOS Android | NO | +| SearchBarProps | 搜索栏的属性设置封装 | object | No | iOS Android | NO | +| SearchBarCommands | 搜索栏的操作封装 | object | No | iOS Android | NO | +| useTransitionProgress | 提供屏幕过渡的动画插值器 | function | No | iOS Android | NO | +| userReanimatedTransitionProgress ReanimatedScreenProvider | 屏幕切换期间调用的帧回调,用于 react-native-reanimated 2.0 及其以上的版本,并使用 ReanimatedScreenProvider 进行封装 | function | No | iOS Android | NO | +| userHeaderHeight | 计算静态标题栏的高度,当屏幕方向发生更改,此值会发生更改 | function | No | iOS Android | NO | +| userAnimatedHeaderHeight | 动态计算标题栏的高度,此值会随着每个视图布局变化而变化 | function | No | iOS Android | NO | | onAppear | 页面显示 | function | No | iOS Android | Yes | | onDisappear | 页面消失 | function | No | iOS Android | Yes | | onWillAppear | 页面将显示 | function | No | iOS Android | Yes | diff --git a/zh-cn/react-native-screens.md b/zh-cn/react-native-screens.md index d233b4c4..af333443 100644 --- a/zh-cn/react-native-screens.md +++ b/zh-cn/react-native-screens.md @@ -146,6 +146,47 @@ enableScreens(false); | userReanimatedTransitionProgress ReanimatedScreenProvider | 屏幕切换期间调用的帧回调,用于 react-native-reanimated 2.0 及其以上的版本,并使用 ReanimatedScreenProvider 进行封装 | function | No | iOS Android | NO | | userHeaderHeight | 计算静态标题栏的高度,当屏幕方向发生更改,此值会发生更改 | function | No | iOS Android | NO | | userAnimatedHeaderHeight | 动态计算标题栏的高度,此值会随着每个视图布局变化而变化 | function | No | iOS Android | NO | +| onAppear | 页面显示 | function | No | iOS Android | Yes | +| onDisappear | 页面消失 | function | No | iOS Android | Yes | +| onWillAppear | 页面将显示 | function | No | iOS Android | Yes | +| onWillDisappear | 页面将消失 | function | No | iOS Android | Yes | +| fullScreenSwipeEnabled | 全屏滑动 | property | No | iOS Android | Yes | +| gestureEnabled | 是否开启手势滑动 | property | No | iOS Android | Yes | +| statusBarColor | 状态栏颜色 | property | No | iOS Android | No | +| screenOrientation | 屏幕显示方向 | property | No | iOS Android | Yes | +| statusBarStyle | 状态栏样式 | property | No | iOS Android | Yes | +| statusBarTranslucent | 状态栏是否透明化 | property | No | iOS Android | Yes | +| statusBarHidden | 隐藏状态栏 | property | No | iOS Android | Yes | +| gestureResponseDistance | 手势滑动的有效区域 | property | No | iOS Android | Yes | +| stackPresentation | 页面类型 | property | No | iOS Android | Yes | +| stackAnimation | 转场动画类型 | property | No | iOS Android | Yes | +| replaceAnimation | 进出栈类型 | property | No | iOS Android | Yes | +| backgroundColor | 标题栏背景色 | property | No | iOS Android | Yes | +| hidden | 隐藏标题栏 | property | No | iOS Android | Yes | +| translucent | 标题栏是否透明化 | property | No | iOS Android | Yes | +| hideBackButton | 隐藏标题栏返回按钮 | property | No | iOS Android | Yes | +| backTitle | 返回按钮文本内容 | property | No | iOS Android | Yes | +| backTitleFontSize | 返回按钮文本字号大小 | property | No | iOS Android | Yes | +| backTitleVisible | 返回按钮文本是否显示 | property | No | iOS Android | Yes | +| title | 标题栏标题 | property | No | iOS Android | Yes | +| titleFontSize | 标题字号大小 | property | No | iOS Android | Yes | +| titleFontWeight | 标题字号比重 | property | No | iOS Android | Yes | +| titleColor | 标题颜色 | property | No | iOS Android | Yes | +| type | 子标题类型 | property | No | iOS Android | Yes | +| onSearchFocus | 搜索栏聚焦 | function | No | iOS Android | Yes | +| onSearchBlur | 搜索栏失去焦点 | function | No | iOS Android | Yes | +| onSearchButtonPress | 搜索 | function | No | iOS Android | Yes | +| onCancelButtonPress | 取消搜索 | function | No | iOS Android | Yes | +| onChangeText | 搜索栏文本变更 | function | No | iOS Android | Yes | +| cancelButtonText | 取消按钮文本内容 | property | No | iOS Android | Yes | +| barTintColor | 搜索背景色 | property | No | iOS Android | Yes | +| tintColor | 搜索提示文字颜色 | property | No | iOS Android | Yes | +| textColor | 文字颜色 | property | No | iOS Android | Yes | +| inputType | 文本输入类型 | property | No | iOS Android | Yes | +| onClose | 关闭搜索 | function | No | iOS Android | Yes | +| onOpen | 展示搜索 | function | No | iOS Android | Yes | +| headerIconColor | 图标颜色 | property | No | iOS Android | Yes | +| shouldShowHintSearchIcon | 是否隐藏搜索图标 | property | No | iOS Android | Yes | ## 遗留问题 -- Gitee From d9e1d9a01fe82ce99552ee8232fb49873d5ba8d4 Mon Sep 17 00:00:00 2001 From: chenwenhui133 <2984202073@qq.com> Date: Thu, 10 Jul 2025 15:49:51 +0800 Subject: [PATCH 6/6] =?UTF-8?q?docs:=20[Issues:=20#ICISQP]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-incall-manager=E5=BA=93=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E4=B8=ADstartRingtone=E5=B1=9E=E6=80=A7=E7=9A=84=E5=88=97?= =?UTF-8?q?=E9=94=99=E4=B9=B1=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-incall-manager.md | 2 +- zh-cn/react-native-incall-manager.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/en/react-native-incall-manager.md b/en/react-native-incall-manager.md index 9bae5616..1a3f4dab 100644 --- a/en/react-native-incall-manager.md +++ b/en/react-native-incall-manager.md @@ -698,7 +698,7 @@ Open `entry/src/main/resources/base/element/string.json` file and add: | setForceSpeakerphoneOn | true -> force speaker on,false -> force speaker off,null -> use default behavior according to media type,default: null | (flag: boolean) => void | no | all | no | | setMicrophoneMute | mute/unmute micophone,default: false,p.s. if you use webrtc, you can just use track.enabled = false to mute | (enable: boolean) => void | no | Android | no | | getAudioUri | get audio Uri path. this would be useful when you want to pass Uri into another module. | (audioType: string, fileType: string) => Promise | no | all | yes | -| startRingtone | play ringtone.ringtone: 'DEFAULT' or 'BUNDLE',vibrate_pattern: same as RN, but does not support repeat,ios_category: ios only, if you want to use specific audio category,seconds: android only, specify how long do you want to play rather than play once nor repeat. in sec. | (ringtone: string,vibrate_pattern: number | number\[],ios_category: string,seconds: number) => void | no | all | partially | +| startRingtone | play ringtone.ringtone: 'DEFAULT' or 'BUNDLE',vibrate_pattern: same as RN, but does not support repeat,ios_category: ios only, if you want to use specific audio category,seconds: android only, specify how long do you want to play rather than play once nor repeat. in sec. | (ringtone: string,vibrate_pattern: number \| number\[],ios_category: string,seconds: number) => void | no | all | partially | | stopRingtone | stop play ringtone if previous started via | () => void | no | all | yes | | startRingback | play ringback.,ringback: '_DEFAULT_' or '_DTMF_' | (ringback: string) => void; | no | all | partially | | stopRingback | stop play ringback if previous started via start() | () => void | no | all | yes | diff --git a/zh-cn/react-native-incall-manager.md b/zh-cn/react-native-incall-manager.md index 1e1f33ef..9715c6be 100644 --- a/zh-cn/react-native-incall-manager.md +++ b/zh-cn/react-native-incall-manager.md @@ -703,7 +703,7 @@ ohpm install | setForceSpeakerphoneOn | true -> force speaker on,false -> force speaker off,null -> use default behavior according to media type,default: null | (flag: boolean) => void | no | all | no | | setMicrophoneMute | mute/unmute micophone,default: false,p.s. if you use webrtc, you can just use track.enabled = false to mute | (enable: boolean) => void | no | Android | no | | getAudioUri | get audio Uri path. this would be useful when you want to pass Uri into another module. | (audioType: string, fileType: string) => Promise | no | all | yes | -| startRingtone | play ringtone.ringtone: 'DEFAULT' or 'BUNDLE',vibrate_pattern: same as RN, but does not support repeat,ios_category: ios only, if you want to use specific audio category,seconds: android only, specify how long do you want to play rather than play once nor repeat. in sec. | (ringtone: string,vibrate_pattern: number | number\[],ios_category: string,seconds: number) => void | no | all | partially | +| startRingtone | play ringtone.ringtone: 'DEFAULT' or 'BUNDLE',vibrate_pattern: same as RN, but does not support repeat,ios_category: ios only, if you want to use specific audio category,seconds: android only, specify how long do you want to play rather than play once nor repeat. in sec. | (ringtone: string,vibrate_pattern: number \| number\[],ios_category: string,seconds: number) => void | no | all | partially | | stopRingtone | stop play ringtone if previous started via | () => void | no | all | yes | | startRingback | play ringback.,ringback: '_DEFAULT_' or '_DTMF_' | (ringback: string) => void; | no | all | partially | | stopRingback | stop play ringback if previous started via start() | () => void | no | all | yes | -- Gitee