react-native-app-intro icon indicating copy to clipboard operation
react-native-app-intro copied to clipboard

Done, Skip, and Dots not showing

Open TylerB24890 opened this issue 8 years ago • 3 comments

I can't get the Skip/Done buttons to show or the dots to show. I have tried two different ways; The first being copying the example provided in the README.md file directly, the second being a custom <AppIntro> with custom <View> components. I have tried setting showDots={true} showSkipButton={true} showDoneButton={true} but have not had any luck with those either.

I am using React Native 0.47.2 with React Native App Intro ^1.1.5

TylerB24890 avatar Oct 31 '17 16:10 TylerB24890

did you find a way to fix this? I'm having the same problem. I've also added showDots={true} showSkipButton={true} showDoneButton={true} but nothing happens

doalef avatar Nov 09 '17 09:11 doalef

@doalef I never did find a fix for this. I ended up just going with the standard react-native-swiper module and customizing it to resemble this package. I can pass that along to you if you'd like, it's extremely straight forward coming from the swiper module though.

TylerB24890 avatar Feb 04 '18 16:02 TylerB24890

Any fix for this? having same issue

AdamMoffitt avatar Feb 08 '20 21:02 AdamMoffitt