react-native-draggable icon indicating copy to clipboard operation
react-native-draggable copied to clipboard

How to disable dragging to Y?

Open ksielyov opened this issue 4 years ago • 1 comments
trafficstars

I want allow dragging only to X

ksielyov avatar Aug 31 '21 08:08 ksielyov

put the minY & maxY as the same number. For Example minY={50} & maxY={50}

AdhamMahmoud98 avatar Oct 03 '21 14:10 AdhamMahmoud98