Jacse / react-native-app-intro-slider

Simple and configurable app introduction slider for react native
MIT License
1.66k stars 330 forks source link

PrevButton and NextButton functionality? #186

Closed guitorioadar closed 4 years ago

guitorioadar commented 4 years ago

Is there any like onNextButtonPress or onPreviousButtonPress function available... cos i need to do something with that... thanks

Jacse commented 4 years ago

Did you consider onSlideChange? That will be called every time the user navigates to one of the other slides.

SherozeAli commented 4 years ago

Hi there ! Just remove the button(ButtonContainer) from renderNextButton just use the View like

image

Button will not work here ! This works for me Make view& Text looks like button style yourself

Jacse commented 4 years ago

Will onSlideChange work for you @guitorioadar? I'm going to close this for now, but let me know if I should reopen.