From 0ace4797797e0377c078725aa002ee2dcb50becb Mon Sep 17 00:00:00 2001 From: YMXSDLBQ <3205777270@qq.com> Date: Fri, 6 Sep 2024 16:52:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20[Issues:=20#IAPHA2]=20=E4=BF=AE?= =?UTF-8?q?=E6=94=B9react-native-progress=E6=8C=87=E5=AF=BC=E6=96=87?= =?UTF-8?q?=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/react-native-progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-cn/react-native-progress.md b/zh-cn/react-native-progress.md index 8f0aee6a..c32fed5a 100644 --- a/zh-cn/react-native-progress.md +++ b/zh-cn/react-native-progress.md @@ -1,5 +1,5 @@ -> 模板版本:v0.1.3 +> 模板版本:v0.2.2

react-native-progress

@@ -212,7 +212,7 @@ All of the props under _Properties_ in addition to the following: | strokeCap | Stroke Cap style for the circle `butt`, `square` or `round`. | 'butt' \| 'square' \| 'round' | No | All | Yes | | direction | Direction in which the circle spins, either "clockwise" or "counter-clockwise" (default). | 'clockwise' \| 'counter-clockwise' | No | All | Yes | -## 遗留问题 +## 遗留问题 1、Progress.Circle 中的属性 fill 在 HarmonyOS 上默认显示黑色和默认无色不一致,定位是 svg 的属性配置有问题,当前通过修改 Circle.js 中默认 fill 的属性进行规避,后续 svg 修复该问题[issue#6](https://github.com/react-native-oh-library/react-native-svg/issues/6)后,修改的代码会移除。 -- Gitee