diff --git a/en/react-native-scrollable-tab-view.md b/en/react-native-scrollable-tab-view.md index 2604c2541670a39dd769f2910fcb4a68554af795..70c2b246ca7ebc7c45f7ee43209c0cb5d4ae6470 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 aa35156d46aaf36465932f40c2ee1861737d1444..13fa59f4dee58fcdff70f48acd23587bd4f73dc2 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; ## 属性