Jacse / react-native-app-intro-slider

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

Swipe left and swipe right does not update active index on expo web #247

Open Maker-Mark opened 3 years ago

Maker-Mark commented 3 years ago

You can see the issue on the official expo web example. https://snack.expo.dev/@krissnawat/intro-slider-app

lelimit commented 1 year ago

I'm also experiencing the same problem. Do you have any work-around to make this work?

Maker-Mark commented 1 year ago

@lelimit If i recall correctly, I just manually handled the gestures and set the slide index using a gesture handler.

lelimit commented 1 year ago

How to detect gesture for horizontal scroll on web with middle button on mouse for example?

Maker-Mark commented 1 year ago

@lelimit On react native web? Using the gesture handler, I think it was https://docs.swmansion.com/react-native-gesture-handler/docs/api/gestures/gesture-detector/