diff --git a/zh-cn/react-native-largelist.md b/zh-cn/react-native-largelist.md index 1d03c46e4b8145cf5c2f007a7e757ec1c999c9da..6ed5b7a8d971826e226f9e2c8364c37a638845fd 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 62b544b00e06af5015fe2564a6e2535932843069..7d7f48ba8552817d128ac407c8853450fac7b93b 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 26356c1e7a0e775d50d6c734410a41c05403b608..0bd1dbd9f3c4ce3ea9f3649c9c49c1dcc5a85f1a 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 | ## 属性