react-native-app-intro icon indicating copy to clipboard operation
react-native-app-intro copied to clipboard

Fixed: next can only be pressed once and not while scrolling; fixes #48

Open aforty opened this issue 9 years ago • 1 comments

Issue #48 describes how the slides would get "stuck" when the next button was pressed too quickly in succession. This was because it would attempt to slide "next" while in a half-state.

This fixes the issue by keeping track of the scrolling position internally as opposed to relying on Swiper's internal isScrolling state which appears often to be wrong or lagging.

aforty avatar Nov 04 '16 20:11 aforty

Any movement on this? Not having my app be stuck would be helpful.

aforty avatar Nov 22 '16 22:11 aforty