From 1f67552b409ce14e4465902e52d11bf51f2b57ac Mon Sep 17 00:00:00 2001 From: 2301_79171201 <2957970070@qq.com> Date: Thu, 18 Dec 2025 18:09:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20[Issues:=20#IDDU9R]=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-swiper=E4=B8=AD=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=85=8D=E5=A5=97=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-swiper.md | 13 +++++++++++-- zh-cn/react-native-swiper.md | 14 +++++++++++--- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/en/react-native-swiper.md b/en/react-native-swiper.md index 61747d938..87fed6c04 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 a1efaa524..24d517fc7 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 -- Gitee From 85955d809511ef3a012da9d64af7f9cffaf73347 Mon Sep 17 00:00:00 2001 From: 2301_79171201 <2957970070@qq.com> Date: Thu, 18 Dec 2025 19:02:22 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20[Issues:=20#IDDU9R]=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-swiper=E4=B8=AD=E8=8B=B1=E6=96=87?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E9=85=8D=E5=A5=97=E7=89=88=E6=9C=AC=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- en/react-native-swiper.md | 8 ++++---- zh-cn/react-native-swiper.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en/react-native-swiper.md b/en/react-native-swiper.md index 87fed6c04..c76ee1c22 100644 --- a/en/react-native-swiper.md +++ b/en/react-native-swiper.md @@ -18,10 +18,10 @@ > >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 | +| 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 | +| 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 diff --git a/zh-cn/react-native-swiper.md b/zh-cn/react-native-swiper.md index 24d517fc7..1f8fe3396 100644 --- a/zh-cn/react-native-swiper.md +++ b/zh-cn/react-native-swiper.md @@ -16,10 +16,10 @@ > >请到三方库相应的 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 | +| 三方库版本 | 发布信息 | 支持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 | +| 1.6.1 | [@react-native-ohos/react-native-swiper](https://github.com/react-native-oh-library/react-native-swiper/releases) | 0.72/0.77 | ## 安装与使用 -- Gitee