MrToph / react-native-progress-circle

A light-weight progress circle indicator for React Native.
MIT License
191 stars 83 forks source link

Unable to add Custom Height and Width of Progress bar. #42

Open tanveersalmangkn opened 4 years ago

tanveersalmangkn commented 4 years ago

I am trying to make the progress bar smaller than the original one because by default its kinda big. I want to give custom height and width to progress bar but there is no such way.

Cplantijn commented 4 years ago

Were you able to get the size you wanted by using the radius prop? If you're talking about the actual width of the circular line, that's set by the borderWidth prop.

tanveersalmangkn commented 4 years ago

No I am not talking about the radius prop. I am talking about the Actual Size of the progress bar which can be handled by giving custom Height and Width and not the radius I repeat.

davidteejay commented 4 years ago

I think the radius props is used to adjust the size of the progress bar. I just tried it and it worked for me.