Relative Content

Tag Archive for reactjsreact-nativemath

how to update pan position on custom arc slider? (react native)

I have a custom arc slider that works fine on the initial render. However, after initially moving it, it will not move again eg it only works once. The panresponder still detects gestures and through some debugging, i see that the position i release the handle is not the starting position for subsequent touches. I think my calculations are wrong, but cant see an issue