Jacse / react-native-app-intro-slider

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

Is there a way to disable certain slide? #263

Open felixliu226 opened 1 year ago

felixliu226 commented 1 year ago

In my use case, I have 4 slides in total. And there will be an input box on third slide. I want to prevent user going to 4th slide before they input some text on 3rd slide.

I can only think a solution that disable the scroll and use next button to control the slide change, I'm wondering if there is a way still enable the swipe gesture but prevent user going to the last slides before they input a valid answer. thanks!