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 have skip button on the last slide? #185

Closed guitorioadar closed 4 years ago

guitorioadar commented 4 years ago

I know the onDone will do the same but i need to have skip button on that page as well. Can anyone help me with that?

Jacse commented 4 years ago

May I ask why? Normally the skip button just goes to the last page which wouldn't really make sense given that you are already on the last page.

guitorioadar commented 4 years ago

yes i know and i have already mentioned that... but in my design i need to implement this skip button... is there any way to add ad function on the previous button or something?

Jacse commented 4 years ago

You could defined your own pagination component using renderPagination. That would give you full control over which buttons are displayed when.