From 6026e2f059f050f5219eab6e20f6b02c50ab0001 Mon Sep 17 00:00:00 2001
From: 17691002584 <17691002584@163.com>
Date: Tue, 2 Jul 2024 14:53:40 +0800
Subject: [PATCH] =?UTF-8?q?docs:=20[#IA9WLM]=20=E4=BF=AE=E6=94=B9jeanregis?=
=?UTF-8?q?ser-react-native-slider=E6=8C=87=E5=AF=BC=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
zh-cn/jeanregisser-react-native-slider.md | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
diff --git a/zh-cn/jeanregisser-react-native-slider.md b/zh-cn/jeanregisser-react-native-slider.md
index d16e0c95..820ed952 100644
--- a/zh-cn/jeanregisser-react-native-slider.md
+++ b/zh-cn/jeanregisser-react-native-slider.md
@@ -1,5 +1,5 @@
-> 模板版本:v0.1.3
+> 模板版本:v0.2.2
jeanregisser-react-native-slider
@@ -36,7 +36,7 @@ yarn add @react-native-oh-tpl/react-native-slider@file:#
-快速使用:
+下面的代码展示了这个库的基本使用场景:
> [!WARNING] 使用时 import 的库名不变。
@@ -145,13 +145,21 @@ const styles = StyleSheet.create({
});
```
+## 约束与限制
+
### 兼容性
要使用此库,需要使用正确的 React-Native 和 RNOH 版本。另外,还需要使用配套的 DevEco Studio 和 手机 ROM。
请到三方库相应的 Releases 发布地址查看 Release 配套的版本信息:[@react-native-oh-library/jeanregisser-react-native-slider Releases](https://github.com/react-native-oh-library/jeanregisser-react-native-slider/releases)
-#### 属性
+## 属性
+
+以下为目前已支持的组件属性:
+
+> [!tip] "Platform"列表示该属性在原三方库上支持的平台。
+>
+> [!tip] "HarmonyOS Support"列为 yes 表示 HarmonyOS 平台支持该属性;no 则表示不支持;partially 表示部分支持。使用方法跨平台一致,效果对标 iOS 或 Android 的效果。
| Prop | Description | Type | Required | Platform | HarmonyOS Support |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | -------- | -------- | ----------------- |
--
Gitee