Releases: gusgard/react-native-swiper-flatlist
Releases · gusgard/react-native-swiper-flatlist
2.0.7
26 Dec 16:38
Compare
Sorry, something went wrong.
No results found
2.0.6
11 Dec 21:50
Compare
Sorry, something went wrong.
No results found
2.0.5
01 Dec 15:56
Compare
Sorry, something went wrong.
No results found
Added props onPaginationSelectedIndex and autoplayLoopKeepAnimation
2.0.4
01 Dec 15:20
Compare
Sorry, something went wrong.
No results found
Bump lodash from 4.17.15 to 4.17.20 (#79)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2.0.3
15 Oct 13:21
Compare
Sorry, something went wrong.
No results found
2.0.2
31 Jul 18:14
Compare
Sorry, something went wrong.
No results found
1.0.12
30 Jul 01:52
Compare
Sorry, something went wrong.
No results found
2.0.1
26 Jul 23:36
Compare
Sorry, something went wrong.
No results found
Fix prev index function #49
2.0.0 useHooks
26 Jul 22:57
Compare
Sorry, something went wrong.
No results found
Version 2.x was re-implemented using React Hooks
Breaking change
scrollToIndex(index: "number", animated: "bool") is now scrollToIndex({ index: "number", animated: "bool"})
Added new methods:
getCurrentIndex
getPrevIndex
onChangeIndex
goToFirstIndex
goToLastIndex
1.0.11
25 Jul 13:26
Compare
Sorry, something went wrong.
No results found
Remove deprecated methods componentWillMount and componentWillUpdate, thanks @IntelliJAbhishek