Open AndriiBoiko opened 5 years ago
Android / IOS
Which versions are you using:
First part of video
<Swiper dot={<View style={styles.dot} />} activeDot={<View style={styles.activeDot} />} onIndexChanged={(index) => onIndexChanged(index, onboardingTexts.length - 1)} loop={false} >
Second part
<Swiper dot={<View style={styles.dot} />} activeDot={<View style={styles.activeDot} />} onIndexChanged={(index) => onIndexChanged(index, onboardingTexts.length - 1)} >
When we add loop = {false} swiper works as expected But when use the default loop = {true} 1) the first page has been changed 2) when we got to the last slide - page has been changed too
loop = {false}
loop = {true}
i have same problem
Which OS ?
Android / IOS
Version
Which versions are you using:
First part of video
Second part
When we add
loop = {false}
swiper works as expected But when use the defaultloop = {true}
1) the first page has been changed 2) when we got to the last slide - page has been changed too