jfilter / react-native-onboarding-swiper

🛳 Delightful onboarding for your React-Native app
https://www.npmjs.com/package/react-native-onboarding-swiper
Other
971 stars 179 forks source link

how to add a function to the following button? #140

Open valdydev opened 1 year ago

valdydev commented 1 year ago

how to add a function to the following button? onNext={handleNext} Or

onPress={handleNext}

does not work . Help me please

SkyUnik commented 1 year ago

actually react-native-onboarding-swiper only support following props in it's said on the following README

you could use onDone, onSkip, etc tho!

thisisashukla commented 1 year ago

hi. its important for my use case that i add handle events for every Next button click on the onboarding screen. is there any plan to add onNext prop? Or can you suggest the way we can add it in the source code?