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

how to add a function to the following button?

Open valdydev opened this issue 1 year ago • 2 comments

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

onPress={handleNext}

does not work . Help me please

valdydev avatar Apr 09 '23 02:04 valdydev

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

you could use onDone, onSkip, etc tho!

SkyUnik avatar Jun 25 '23 13:06 SkyUnik

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?

thisisashukla avatar Jul 31 '23 19:07 thisisashukla