diff --git a/en/react-native-swiper.md b/en/react-native-swiper.md index 61747d938ce6bf29b61b503ddf792f0bfa443d37..87fed6c044dfd1e6a5ab903a8de8382f6130972b 100644 --- a/en/react-native-swiper.md +++ b/en/react-native-swiper.md @@ -14,6 +14,14 @@ > [!TIP] [Github address](https://github.com/react-native-oh-library/react-native-swiper) +> +> +>Please check the Release information for the corresponding version on the Releases page of the third-party library: + +| Third-Party Library Version | Release Information | Supported RN Versions | +| --------------------------- |-----------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------| +| 1.6.1 @deprecated | [@react-native-oh-tpl/react-native-swiper Releases(deprecated)](https://github.com/react-native-oh-library/react-native-swiper/releases) | 0.72(deprecated) | +| 1.6.1 | [@react-native-ohos/react-native-swiper](https://github.com/react-native-oh-library/react-native-swiper/releases) | 0.72/0.77 | ## Installation and Usage @@ -22,13 +30,13 @@ #### **npm** ```bash -npm i @react-native-oh-tpl/react-native-swiper --save +npm i @react-native-ohos/react-native-swiper --save ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-swiper +yarn add @react-native-ohos/react-native-swiper ``` @@ -97,6 +105,7 @@ This document is verified based on the following versions: 1. RNOH: 0.72.13; SDK: HarmonyOS NEXT Developer Preview1; IDE: DevEco Studio 4.1.3.500; ROM: 2.0.0.58; 2. RNOH: 0.72.33; SDK: OpenHarmony 5.0.0.71 (API Version 12 Release); IDE: DevEco Studio 5.0.3.900; ROM: NEXT.0.0.71; +3. RNOH:0.77.18; SDK:OpenHarmony 6.0.0.47(API Version 20 Release); IDE:DevEco Studio 6.0.0.47 Releas; 5.1.1.45(SP1C00E45R4P4); ## Properties diff --git a/zh-cn/react-native-swiper.md b/zh-cn/react-native-swiper.md index a1efaa524b6d338d1b15a146a36eeb3ce4a96866..24d517fc7463f92066cd8e292cec12cf81a3db91 100644 --- a/zh-cn/react-native-swiper.md +++ b/zh-cn/react-native-swiper.md @@ -13,6 +13,13 @@

> [!TIP] [Github 地址](https://github.com/react-native-oh-library/react-native-swiper) +> +>请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息: + +| 三方库版本 | 发布信息 | 支持RN版本 | +| ---------- |--------------------------------------------------------------------------------------------------------------------------------|------------------| +| 1.6.1 @deprecated | [@react-native-oh-tpl/react-native-swiper Releases(deprecated)](https://github.com/react-native-oh-library/react-native-swiper/releases) | 0.72(deprecated) | +| 1.6.1 | [@react-native-ohos/react-native-swiper](https://github.com/react-native-oh-library/react-native-swiper/releases) | 0.72/0.77 | ## 安装与使用 @@ -21,13 +28,13 @@ #### **npm** ```bash -npm i @react-native-oh-tpl/react-native-swiper --save +npm i @react-native-ohos/react-native-swiper --save ``` #### **yarn** ```bash -yarn add @react-native-oh-tpl/react-native-swiper +yarn add @react-native-ohos/react-native-swiper ``` @@ -96,6 +103,7 @@ AppRegistry.registerComponent("myproject", () => SwiperComponent); 1. RNOH:0.72.13; SDK:HarmonyOS NEXT Developer Preview1; IDE:DevEco Studio 4.1.3.500; ROM:2.0.0.58; 2. RNOH:0.72.33; SDK:OpenHarmony 5.0.0.71(API Version 12 Release); IDE:DevEco Studio 5.0.3.900; ROM:NEXT.0.0.71; +3. RNOH:0.77.18; SDK:OpenHarmony 6.0.0.47(API Version 20 Release); IDE:DevEco Studio 6.0.0.47 Releas; 5.1.1.45(SP1C00E45R4P4); ## 属性 @@ -229,4 +237,4 @@ var swiper = React.createClass({ ### 开源协议 -本项目基于 [The MIT License (MIT)](https://github.com/leecade/react-native-swiper/blob/master/LICENSE) ,请自由地享受和参与开源。 +本项目基于 [The MIT License (MIT)](https://github.com/leecade/react-native-swiper/blob/master/LICENSE) ,请自由地享受和参与开源。 \ No newline at end of file