meliorence / react-native-snap-carousel

Swiper/carousel component for React Native featuring previews, multiple layouts, parallax images, performant handling of huge numbers of items, and more. Compatible with Android & iOS.
BSD 3-Clause "New" or "Revised" License
10.37k stars 2.29k forks source link

If the component in this component is clicked twice quickly, the second click event will not be triggered? #886

Open ShaoGongBra opened 3 years ago

ShaoGongBra commented 3 years ago

Only the second click of the first quick double-click after the component is created will not be triggered, and subsequent clicks will all be triggered.

ShaoGongBra commented 3 years ago

When I set enableMomentum to true, I can start normally, but the interface freezes 当我设置了enableMomentum为true后,能正常出发,但是界面卡顿