The best Swiper component for React Native.
TAGS
20 tagsWIP: v1.6.0 (#1079) * fix(lifecycle): rename unsafe lifecycles * fix(exmaples): migrate examples to 0.60.x * refactor(example): refactor loadMinimal example * fix(loadMinimal): fix loadMinimal index mismatch when swipe to the first * fix(ios): fix bad jumping when loadMinimal set true * chore(example): provide DisableButton example re #1073 * fix(loadMinimal): prevent flick when loop and loadMinimal are enabled fix #1062 * chore(npm): bump the version * fix(loadMinimal): preload the correct item * style(prettier): keep the examples' prettier config the same as src * test(e2e): integrate e2e test by detox re #1053 * docs(1.6.0-rc): update docs for develop and changelog * chore(test): update test name to match component * test(multi): add navigation for multi exmaples' testcase * test(e2e): add e2e test for autoplay re #1080 * fix(android): fix android bad jump at second page * docs(example): setup nest swiper example re #1083 * fix(onMomentumScrollEnd): invoke onMomentumScrollEnd even offset no diff * fix(types): SwiperProps extends ScrollView base type As index.js L772 shows, {...this.props} used on ScrollView
fix(types): SwiperProps extends ScrollView base type As index.js L772 shows, {...this.props} used on ScrollView
fix(android): fix android bad jump at second page
fix(loadMinimal): preload the correct item
fix(loadMinimal): prevent flick when loop and loadMinimal are enabled fix #1062
fix(ios): fix bad jumping when loadMinimal set true
feat(pages): support optionally render page (#1009) * feat(pages): support optionally render page re #1004 * fix(ScrollView): android ScrollView will not scrollTo certain offset when props change
docs(readme): remove ad
Merge pull request #560 from leecade/bumpVersion Bump version 1.5.12 and update CHANGELOG.md
Merge pull request #516 from AtticusFetch/master Fix iOS initial index issue && Bump version