react-native-swiper
react-native-swiper copied to clipboard
Custom nextButton and prevButton removes hidden state
If I don't set custom markup for nextButton and prevButton, the arrow buttons behave as they should: a next button doesn't appear on the last slide and a previous button doesn't appear on the first slide. Implement custom buttons removes this functionality.
you means keep the visibility of buttons, instead of a custom property?
<Swiper disableStyle={...}
</Swiper>
Same problem here.
Same problem
Any update for this issue?
@brookekao Are you sure you've put loop={false}?