0
I need to implement bizarre functionality in React Native. Here’s the thing, I need to be able to drag and drop to remove an item from one horizontal Listview and add it to another. The big issue is that it can only start drag and drop if the user has dragged it up, because as it is a listview, and it is horizontal, it means that if the user drags it to the side is to scroll the view Does anyone know how I can do that or anything like that?