标签: react-native animation react-native-flatlist
我有Flatlist呈现了卡片项目的列表,其中Animated.View卡片项目的每张卡片都用Swiping包装。 Swiping通过Panresponder实现。问题是Scrolling几乎在onPanResponderMove发生时无法正常工作。
Flatlist
Animated.View
Swiping
Panresponder
Scrolling
onPanResponderMove
有人可以让我知道如何在滚动Panresponder时防止Flatlist吗?