react-native-swiper icon indicating copy to clipboard operation
react-native-swiper copied to clipboard

Custom nextButton and prevButton removes hidden state

Open brookekao opened this issue 9 years ago • 5 comments

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.

brookekao avatar Nov 19 '15 19:11 brookekao

you means keep the visibility of buttons, instead of a custom property?

<Swiper disableStyle={...}
</Swiper>

leecade avatar Dec 22 '15 17:12 leecade

Same problem here.

shinesunny avatar Aug 18 '16 04:08 shinesunny

Same problem

HoangTran1601 avatar Mar 01 '18 14:03 HoangTran1601

Any update for this issue?

viettranbhtech avatar Jul 08 '21 09:07 viettranbhtech

@brookekao Are you sure you've put loop={false}?

alexisvei avatar Apr 12 '22 21:04 alexisvei