react-native-carousel icon indicating copy to clipboard operation
react-native-carousel copied to clipboard

How to dismiss the carousel after finishing the carousel?

Open chirag04 opened this issue 9 years ago • 1 comments

I want to use carousel for showing the welcome screens/tour. I want to dismiss the carousel when you swipe on the last element in carousel. Ideally i want to render a navigator element from there to bootstrap my app.

Is there an api to support this case? Happy to PR if you can provide ideas.

chirag04 avatar Jul 07 '15 20:07 chirag04

shouldn't you be able to use onPageChange and just check the page number?

cwRichardKim avatar Feb 14 '17 02:02 cwRichardKim