react-native-draganddrop-board icon indicating copy to clipboard operation
react-native-draganddrop-board copied to clipboard

How can I make the drag and drop smoothly?

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

Drag and Drop is a bit laggy If I transfer a card into another column.

move [TypeError: undefined is not an object (evaluating '_this.listeners[columnId][event]')] and I think this is the problem?

Randel93 avatar May 20 '21 04:05 Randel93

I am also facing the similar problem. In android, drag and drop is too much laggy. @bear-junior you should use react-native-reanimated-2 which is working well in most animated features. "react": "17.0.2", "react-native": "0.66.3", "react-native-draganddrop-board": "^1.0.4"

rassemdev avatar Nov 26 '21 14:11 rassemdev