How to enable dragging between two react-native-swiper components?
问题 I am trying to enable drag-and-drop between two react-native-swiper components. I used Animated.Text and PanResponder to drag the text in bottom one react-native-swiper and it is working corretly until when the dragging is moved over the above one react-native-swiper componenent. The dragged text is unvisible when dragging over the other react-native-swiper. Could anyone explain what is happening and how to fix the behaviour? Here is the simplefied code to reproduce the behaviour: import