expo-image-editor icon indicating copy to clipboard operation
expo-image-editor copied to clipboard

Crop Area is not draggable on android devices

Open wesamtaha-ops opened this issue 3 years ago • 4 comments

Crop rectangle Area is not draggable on android devices

wesamtaha-ops avatar Oct 24 '21 02:10 wesamtaha-ops

Any solutions? I have the same issue, oddly it does work when asView is set to true

alexandervasquez avatar Dec 18 '21 03:12 alexandervasquez

I had the same problem and it was fixed wrapping the component inside a React Native Paper's Portal component

displaynone avatar Mar 14 '22 09:03 displaynone

I am also facing the same issue, unable to drag the rectangle doesn't matter asView is true or false.

thahermps avatar Apr 29 '22 11:04 thahermps

Guys I found the fix here. https://github.com/software-mansion/react-native-gesture-handler/issues/139#issuecomment-890354908

thahermps avatar May 02 '22 11:05 thahermps