react-native-drag-drop
react-native-drag-drop copied to clipboard
An example implementation of Drag and drop in React Native
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...
example.js dont'work need registry PanResponder to move View?
upon loading the example im getting an error undefined is not an object (evaluating '_react.default.PropTypes.func') do i need to npm install this package or just add the js and lib...
How to download npm package
If we put a TouchableHighlight, TouchableOpacity or TouchableWithoutFeedback within the Draggable, it will not work because the onLongPress from children will override the draggable onLongPress/onPressIn This commit solves this problem