I need to implement bizarre functionality in React Native. Here's what I need to be able to drag and drop to remove an item from a horizontal ListView and add it to another. The big question 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 to the side is to scroll the view Does anyone know how I can do this or something like this?