react-native-drag-drop
react-native-drag-drop copied to clipboard
Support Touchable Children
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