iamshadmirza / react-native-design-system

A tiny design system
https://www.npmjs.com/package/react-native-design-system
MIT License
237 stars 31 forks source link

CircularProgressBar #20

Closed in2progress closed 4 years ago

in2progress commented 4 years ago

Tried direct from Usage page for CircularProgressBar. In Simulator and Device the bar is distorted. rn-063, Simulator and Device on iOS 13.6

image

<CircularProgressBar activeColor="darkviolet" passiveColor="darkgrey" baseColor="white" width={50} percent={35} radius={100} duration={1200}

iamshadmirza commented 4 years ago

Hey there, I just tested this on iOS and it does have this issue. Please give me some time. I'll fix the bug and update library.

iamshadmirza commented 4 years ago

Hey @in2progress This is fixed. Please install the latest version 1.2.1 Thanks for reporting.