Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.65k stars 330 forks source link

[iOS] next button triggers onSlideChange of the same slides repeatedly if pressed repeatedly too fast #254

Open digorath opened 2 years ago

digorath commented 2 years ago

When the next button is pressed very often in a short amount of time, the transition to the next slides does not happen smoothly, like they do on android.

Instead the onSlideChange function gets called on every button press with sometimes outdated values, and the transition between slides also seems to jump around.