intellidev1991/react-native-image-slider-box

Next and prev button

surajdasst opened this issue · 2 comments

I want to add next and previous button to the image slider box. Is it possible?

I think this is possible by syncing your component's state with the SliderBox firstItem prop. Then make the next button and back button increment and decrement your component's state

Any detailed answer of this question?