From aead383c768a1b252da1c696d5b4ff7be3ac97d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?pzz=E5=93=A6=E5=90=BC?= <1532494156@qq.com> Date: Tue, 2 Dec 2025 17:02:38 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issue:=20#IDA5GB]=E6=9B=B4=E6=96=B0rea?= =?UTF-8?q?ct-native-scrollable-tab-view=E7=BB=84=E4=BB=B6=E6=8C=87?= =?UTF-8?q?=E5=AF=BC=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-scrollable-tab-view.md | 30 +++++++++++------------ zh-cn/react-native-scrollable-tab-view.md | 30 +++++++++++------------ 2 files changed, 28 insertions(+), 32 deletions(-) diff --git a/en/react-native-scrollable-tab-view.md b/en/react-native-scrollable-tab-view.md index 2604c254..70c2b246 100644 --- a/en/react-native-scrollable-tab-view.md +++ b/en/react-native-scrollable-tab-view.md @@ -3,23 +3,15 @@

react-native-scrollable-tab-view

-

- - Supported platforms - - - License - -

- +Please visit the Release release address of the third-party library to view the corresponding version information: - -> [!TIP] [Github address](https://github.com/react-native-oh-library/react-native-scrollable-tab-view) +| Version | Support RN version | +| ---------- | ---------- | +| 1.0.0 | 0.72 | +| 1.1.0 | 0.77 | ## Installation and Usage -Find the matching version information in the release address of a third-party library: [@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases). For older versions that are not published to npm, please refer to the [installation guide](/en/tgz-usage-en.md) to install the tgz package. - Go to the project directory and execute the following instruction: @@ -27,13 +19,19 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash +# 0.72 npm install @react-native-oh-tpl/react-native-scrollable-tab-view +# 0.77 +npm install @react-native-ohos/react-native-scrollable-tab-view ``` #### **yarn** ```bash +# 0.72 yarn add @react-native-oh-tpl/react-native-scrollable-tab-view +# 0.77 +yarn add @react-native-ohos/react-native-scrollable-tab-view ``` @@ -80,9 +78,9 @@ If not introduced, please refer to the Link section of the document [@react-nati ### Compatibility -To use this repository, you need to use the correct React-Native and RNOH versions. In addition, you need to use DevEco Studio and the ROM on your phone. - -Check the release version information in the release address of the third-party library: [@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases) +This document is verified based on the following versions: +1. RNOH:0.72.28; SDK:HarmonyOS NEXT Developer DB3; IDE: DevEco Studio: 5.1.1.830; ROM:NEXT.0.0.105; +2. RNOH:0.77.18; SDK:HarmonyOS 6.0.0 Release; IDE: DevEco Studio 6.0.0.858; ROM:6.0.0.112; ## Properties diff --git a/zh-cn/react-native-scrollable-tab-view.md b/zh-cn/react-native-scrollable-tab-view.md index aa35156d..13fa59f4 100644 --- a/zh-cn/react-native-scrollable-tab-view.md +++ b/zh-cn/react-native-scrollable-tab-view.md @@ -3,23 +3,15 @@

react-native-scrollable-tab-view

-

- - Supported platforms - - - License - -

- +Please visit the Release release address of the third-party library to view the corresponding version information: - -> [!TIP] [Github 地址](https://github.com/react-native-oh-library/react-native-scrollable-tab-view) +| Version | Support RN version | +| ---------- | ---------- | +| 1.0.0 | 0.72 | +| 1.1.0 | 0.77 | ## 安装与使用 -请到三方库的 Releases 发布地址查看配套的版本信息:[@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases) 。对于未发布到npm的旧版本,请参考[安装指南](/zh-cn/tgz-usage.md)安装tgz包。 - 进入到工程目录并输入以下命令: @@ -27,13 +19,19 @@ #### **npm** ```bash +# 0.72 npm install @react-native-oh-tpl/react-native-scrollable-tab-view +# 0.77 +npm install @react-native-ohos/react-native-scrollable-tab-view ``` #### **yarn** ```bash +# 0.72 yarn add @react-native-oh-tpl/react-native-scrollable-tab-view +# 0.77 +yarn add @react-native-ohos/react-native-scrollable-tab-view ``` @@ -79,9 +77,9 @@ export default () => { ### 兼容性 -要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。 - -请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:[@react-native-oh-tpl/react-native-scrollable-tab-view Releases](https://github.com/react-native-oh-library/react-native-scrollable-tab-view/releases) +This document is verified based on the following versions: +1. RNOH:0.72.28; SDK:HarmonyOS NEXT Developer DB3; IDE: DevEco Studio: 5.1.1.830; ROM:NEXT.0.0.105; +2. RNOH:0.77.18; SDK:HarmonyOS 6.0.0 Release; IDE: DevEco Studio 6.0.0.858; ROM:6.0.0.112; ## 属性 -- Gitee