Jacse / react-native-app-intro-slider

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

I want to disable swiping option. I only want the user to go to next slide when he presses next button and not by swiping slides. Is there any way i can do it?? #174

Closed famisultana closed 4 years ago

sbue commented 4 years ago

Me too

chamathpali commented 4 years ago

Try scrollEnabled={false} as a prop to AppIntroSlider

Jacse commented 4 years ago

@chamathpali s method should work

FadiAboMsalam commented 4 years ago

Thank you @chamathpali
@Jacse I think this should go into the documentation as well as it is needed