Jacse / react-native-app-intro-slider

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

Function for the Next button added. #220

Open Developer-0-1 opened 3 years ago

Developer-0-1 commented 3 years ago

Hello, I faced a problem when using a custom Next button. I wanted to use my own function for the next button so for that purpose I have added onNext function. Now the user can trigger its own onNext function if he/she wants else by default clicking on the Next button user will be navigated to the next slide. I have also updated README for this purpose(I have added onNext function props in the props section of README).