intellidev1991 / react-native-image-slider-box

A simple and fully customizable React Native component that implements an Image Slider UI.
MIT License
268 stars 98 forks source link

Q: Is there a way to disable sliding if images.length == 1 #197

Open ikbenignace opened 3 months ago

ikbenignace commented 3 months ago

I want to use the slider, but I dynamically have 1 or more images, if there is only 1 image, I want to disable the sliding feature when touching. Is there a way for that?