react-native-onboarding-swiper
react-native-onboarding-swiper copied to clipboard
how to add a function to the following button?
how to add a function to the following button? onNext={handleNext} Or
onPress={handleNext}
does not work . Help me please
actually react-native-onboarding-swiper only support following props in it's said on the following README
you could use onDone, onSkip, etc tho!
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?