bartgryszko / react-native-circular-slider

React Native component for creating circular slider :radio_button:
MIT License
872 stars 189 forks source link

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

Open ShrutiGarg019 opened 5 years ago

vaishnikhil17 commented 4 years ago

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