Jacse / react-native-app-intro-slider

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

How can I disable the swiping or sliding method for a certain item? #218

Open farhana123 opened 4 years ago

leonzuendel commented 3 years ago

@Jacse You could make that dynamic by passing a prop called scrollEnabled down to the Flatlist Component that you are using. I tried this with a local copy and it works good!