FuYaoDe / react-native-app-intro

react-native-app-intro is a react native component implementing a parallax effect welcome page using base on react-native-swiper , similar to the one found in Google's app like Sheet, Drive, Docs...
MIT License
3.24k stars 508 forks source link

Done, Skip, and Dots not showing #105

Open TylerB24890 opened 6 years ago

TylerB24890 commented 6 years ago

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

doalef commented 6 years ago

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

TylerB24890 commented 6 years ago

@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.

AdamMoffitt commented 4 years ago

Any fix for this? having same issue