From c1b634682706112abe60d2e55213ec6374abdd71 Mon Sep 17 00:00:00 2001 From: Louis-C7 <972339262@qq.com> Date: Tue, 14 Nov 2023 16:02:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0slider?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-slider.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/zh-cn/react-native-slider.md b/zh-cn/react-native-slider.md index 2c4b886e..71cf8500 100644 --- a/zh-cn/react-native-slider.md +++ b/zh-cn/react-native-slider.md @@ -174,7 +174,7 @@ ohpm install | `@react-native-oh-library/slider` Version | Required React Native Version | Required RNOH Version | Required DevEco Studio Version | Required ROM Version | | ---------------------------------------- | ----------------------------- | ----------------------------- | ----------------------------- | ----------------------------- | -| `4.4.3-0.1.0` | `>=0.72.5` | `>=0.72.6` | `>=4.0.3.501` | `>=OpenHarmony 4.10.10` | +| `4.4.3-0.1.1` | `0.72.5` | `0.72.10` | `4.0.3.601` | `OpenHarmony 4.10.10` | @@ -214,10 +214,12 @@ ohpm install ## 遗留问题 -- [ ] 问题1 -- [x] 问题2: pr2 -- [x] 问题3: pr3 +- [ ] upperLimit和lowerLimit只对数值生效,滑动限制不生效: [issue#2](https://github.com/react-native-oh-library/react-native-slider/issues/2) +- [ ] 不支持滑轨设置图片: [issue#3](https://github.com/react-native-oh-library/react-native-slider/issues/3) +- [ ] 未适配无障碍 ## 其他 -### 贡献 +## 开源协议 + +本项目基于 [The MIT License (MIT)](https://github.com/callstack/react-native-slider/blob/main/LICENSE.md) ,请自由地享受和参与开源。 -- Gitee From f1c3ca0d3d1ad727cfb5ac93bc431caa2e886064 Mon Sep 17 00:00:00 2001 From: Louis-C7 <972339262@qq.com> Date: Tue, 14 Nov 2023 16:03:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 77a3cf9e..c9b0503b 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,10 @@ 该文档旨在帮助开发者在OpenHarmony平台使用React Native OpenHarmony的第三方库,并呈现每个三方库的信息。 +## RNOH 三方库总览 + +| 序号 | 原库名 | 原库基线版本 | 原库是否支持新架构 | 鸿蒙化进度 | 已发布的最新版本 | 文档链接 +| :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | +| 1 | @react-native-community/slider | 4.4.3 | 是 | 90% | [@react-native-oh-library/slider@4.4.3-0.1.1](https://github.com/react-native-oh-library/react-native-slider/releases/tag/4.4.3-0.1.1) | [链接](zh-cn/react-native-slider.md) | + ## 社区 -- Gitee