bartgryszko/react-native-circular-slider

I want the same for 33, 100 ,1000 instead of 360 .Do any one has any idea?

ShrutiGarg019 opened this issue · 1 comments

I want the same for 33, 100 ,1000 instead of 360 .Do any one has any idea?

Take values of Start angle and angle length in terms of pi
eg-startAngle= {7 * (Math.PI / 6)}
angleLength={ 5 * (Math.PI / 3)},
5 * (Math.PI / 3) means = 300 degree
{7 * (Math.PI / 6)} means = 210 degree