Arc Slider in React Native

216 Views Asked by At

How does one make a Arc/circular slider like this in react native with functional components? Looking around all i can find are class based instead of functional and my attempts to convert has resulted in handle no longer wanting to move. Examples i have looked at:

Arc Slider Image

I also cant figure out how to keep the gradient keep going onto the handle like this. I need to make it so one can drag the handle or click somewhere on the arc to change the value.

0

There are 0 best solutions below