You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 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.
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 settingshowDots={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
The text was updated successfully, but these errors were encountered: