jcmcneal / react-step-wizard

A modern flexible step wizard component built for React.
MIT License
583 stars 127 forks source link

Swipeable Mobile-enabled wizard #41

Open LukasDeco opened 5 years ago

LukasDeco commented 5 years ago

This is not an issue as much as a feature request. Is there any chance for swipeable mobile-enabled wizard in the feature? So to go to the previous step they could swipe to the left, and the next step swipe to the right? Any insight is greatly appreciated. Thanks!

ishields commented 2 years ago

@LukasDeco did you ever find a solution for this? I'm interested in this feature as well.

Cmosley commented 1 year ago

In react native, you can create the swipe animation and tie it to the nextstep, prevstep functions and it will work. Like when the swipe threshold value reaches 50% for instance, fire the next/prev step