react-native-circular-slider icon indicating copy to clipboard operation
react-native-circular-slider copied to clipboard

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

Open ShrutiGarg019 opened this issue 5 years ago • 1 comments

ShrutiGarg019 avatar Mar 06 '19 17:03 ShrutiGarg019

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

vaishnikhil17 avatar Dec 07 '19 13:12 vaishnikhil17