From 410f46f775d9380a0322cc041e8cdaf6dc42144c Mon Sep 17 00:00:00 2001 From: "dongmin.wang" Date: Mon, 11 Aug 2025 16:53:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issue:#ICRWJR]=E6=B7=BB=E5=8A=A0=200.7?= =?UTF-8?q?7=20=E7=89=88=E6=9C=AC=203=20=E4=B8=AA=E4=B8=89=E6=96=B9?= =?UTF-8?q?=E5=BA=93=E6=96=87=E6=A1=A3=20=20=20=20=20=20=201.=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0react-native-nested-scroll-view=EF=BC=8Creact-native-t?= =?UTF-8?q?ab-navigator=EF=BC=8Creact-native-largelist-v3=E7=9A=84?= =?UTF-8?q?=E4=B8=AD=E6=96=87=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: dongmin.wang --- zh-cn/react-native-largelist.md | 24 ++++++++++++++++++++---- zh-cn/react-native-nested-scroll-view.md | 24 ++++++++++++++++++++++-- zh-cn/react-native-tab-navigator.md | 23 +++++++++++++++++++++-- 3 files changed, 63 insertions(+), 8 deletions(-) diff --git a/zh-cn/react-native-largelist.md b/zh-cn/react-native-largelist.md index 1d03c46e..6ed5b7a8 100644 --- a/zh-cn/react-native-largelist.md +++ b/zh-cn/react-native-largelist.md @@ -17,24 +17,35 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-largelist Releases](https://github.com/react-native-oh-library/react-native-largelist/releases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 - -进入到工程目录并输入以下命令: +请到三方库的 Releases 发布地址查看配套的版本信息: +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- | ------------------------------------------------------------ | ---------- | +| 3.1.0 | [@react-native-oh-tpl/react-native-largelist Releases](https://github.com/react-native-oh-library/react-native-largelist/releases) | 0.72 | +| 3.1.1 | [@react-native-ohos/react-native-largelist Releases]() | 0.77 | +进入到工程目录并输入以下命令: #### **npm** ```bash +# V3.1.0 npm install @react-native-oh-tpl/react-native-largelist + +# V3.1.1 +npm install @react-native-ohos/react-native-largelist ``` #### **yarn** ```bash +# V3.1.0 yarn add @react-native-oh-tpl/react-native-largelist + +# V3.1.1 +yarn add @react-native-ohos/react-native-largelist ``` @@ -148,7 +159,12 @@ ohpm install 要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。 -请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:[@react-native-oh-tpl/react-native-largelist Releases](https://github.com/react-native-oh-library/react-native-largelist/releases) +请到三方库的 Releases 发布地址查看配套的版本信息: + +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- | ------------------------------------------------------------ | ---------- | +| 3.1.0 | [@react-native-oh-tpl/react-native-largelist Releases](https://github.com/react-native-oh-library/react-native-largelist/releases) | 0.72 | +| 3.1.1 | [@react-native-ohos/react-native-largelist Releases]() | 0.77 | ## 属性 diff --git a/zh-cn/react-native-nested-scroll-view.md b/zh-cn/react-native-nested-scroll-view.md index 62b544b0..7d7f48ba 100644 --- a/zh-cn/react-native-nested-scroll-view.md +++ b/zh-cn/react-native-nested-scroll-view.md @@ -17,7 +17,14 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-nested-scroll-view Releases](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 +请到三方库的 Releases 发布地址查看配套的版本信息: + +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- | ------------------------------------------------------------ | ---------- | +| 9.0.0 | [@react-native-oh-tpl/react-native-nested-scroll-view Releases](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) | 0.72 | +| 9.0.1 | [@react-native-ohos/react-native-nested-scroll-view Releases]() | 0.77 | + +对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 进入到工程目录并输入以下命令: @@ -26,13 +33,21 @@ #### **npm** ```bash +# 9.0.0 npm install @react-native-oh-tpl/react-native-nested-scroll-view + +# 9.0.1 +npm install @react-native-ohos/react-native-nested-scroll-view ``` #### **yarn** ```bash +# 9.0.0 yarn add @react-native-oh-tpl/react-native-nested-scroll-view + +# 9.0.1 +yarn add @react-native-ohos/react-native-nested-scroll-view ``` @@ -115,7 +130,12 @@ ohpm install 要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。 -请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:[@react-native-oh-tpl/react-native-nested-scroll-view Releases](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) +请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息: +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- | ------------------------------------------------------------ | ---------- | +| 9.0.0 | [@react-native-oh-tpl/react-native-nested-scroll-view Releases](https://github.com/react-native-oh-library/react-native-nested-scroll-view/releases) | 0.72 | +| 9.0.1 | [@react-native-ohos/react-native-nested-scroll-view Releases]() | 0.77 | + ## 属性 diff --git a/zh-cn/react-native-tab-navigator.md b/zh-cn/react-native-tab-navigator.md index 26356c1e..0bd1dbd9 100644 --- a/zh-cn/react-native-tab-navigator.md +++ b/zh-cn/react-native-tab-navigator.md @@ -17,7 +17,13 @@ ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-tab-navigator Releases](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 +请到三方库的 Releases 发布地址查看配套的版本信息: + +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- | ------------------------------------------------------------ | ---------- | +| 0.3.4 | [@react-native-oh-tpl/react-native-tab-navigator Releases](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) | 0.72 | +| 0.4.0 | [@react-native-ohos/react-native-file-viewer Releases]() | 0.77 | + 进入到工程目录并输入以下命令: @@ -26,13 +32,21 @@ #### **npm** ```bash +# V0.3.4 npm install @react-native-oh-tpl/react-native-tab-navigator + +# V0.3.5 +npm install @react-native-ohos/react-native-tab-navigator ``` #### **yarn** ```bash +# V0.3.4 yarn add @react-native-oh-tpl/react-native-tab-navigator + +# V0.3.5 +yarn add @react-native-ohos/react-native-tab-navigator ``` @@ -118,7 +132,12 @@ export default App; 要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。 -请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:[@react-native-oh-tpl/react-native-tab-navigator Releases](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) +请到三方库的 Releases 发布地址查看配套的版本信息: + +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- | ------------------------------------------------------------ | ---------- | +| 0.3.4 | [@react-native-oh-tpl/react-native-tab-navigator Releases](https://github.com/react-native-oh-library/react-native-tab-navigator/releases) | 0.72 | +| 0.3.5 | [@react-native-ohos/react-native-file-viewer Releases]() | 0.77 | ## 属性 -- Gitee