react-native-percentage-circle icon indicating copy to clipboard operation
react-native-percentage-circle copied to clipboard

修复进度少于 50 时在安卓上显示不正确的问题

Open hendiko opened this issue 6 years ago • 3 comments

  1. 修复 percent 小于 50 时,在安卓上进度条显示不正确的问题。
  2. 修复 textStyle 在应用于 Text 时的类型错误。
  3. 新增 rotate prop 用于自定义进度条的起始位置。

hendiko avatar Jun 15 '18 09:06 hendiko

@hendiko 你测试的是什么机型?

JackPu avatar Jun 22 '18 11:06 JackPu

测试过的机型有:小米5,iPhone6s, iPhone5s, Oppo R7Plus, 一加3。

hendiko avatar Jun 25 '18 01:06 hendiko

@hendiko 感谢,在RN61版本也可以正常展示小于50%的进度

fengdexunmi avatar Mar 12 '20 08:03 fengdexunmi