react-native-draggable
react-native-draggable copied to clipboard
Fixed onDrag was not providing the correct drag handler position
After a several attempts, I didn't find any other way around, so I added extra argument to the onDrag event. This argument contains the actual clamped position of the pan (draggable handler / pin / whatever). If there is any other way to make it easier, I would really appreciate it.