deanmcpherson / react-native-drag-drop

An example implementation of Drag and drop in React Native
MIT License
50 stars 23 forks source link

Problem with single touch on draggable #4

Open prozhkov opened 7 years ago

prozhkov commented 7 years ago

Hello, I a bug with draggable item when I just touch it, but not drag. PanResponder doesn't fire "onPanResponderRelease" and then I can drag this item from any place of the screen after the second touch.

Could you tell me what the problem is?

wangfpp commented 5 years ago

@prozhkov resolve this problem?

prozhkov commented 5 years ago

@wangfpp Nope