Jacse / react-native-app-intro-slider

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

Feature request: add prop swipeEnabled #126

Closed rsml closed 5 years ago

rsml commented 5 years ago

Feature Request: Add prop swipeEnabled of type PropTypes.bool, with default true.

The reason for this is I have an interactive piano keyboard inside one of my slides. I want to disable the swiping if and only if the user is currently interacting with the piano keyboard.

Thanks for this project!

Jacse commented 5 years ago

As stated in the documentation, the component extends Flatlist, so you can simply supply the scrollEnabled-prop 🚀