Jacse / react-native-app-intro-slider

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

Web: fix on scroll end #267

Open robertherber opened 1 year ago

robertherber commented 1 year ago

On web onMomentumScrollEnd is never triggered, this fixes it by listening to the onScroll event with a timeout to trigger the same logic.