Skip to content

Releases: gusgard/react-native-swiper-flatlist

2.0.7

26 Dec 16:38
Compare
Choose a tag to compare
Update bitrise file

2.0.6

11 Dec 21:50
Compare
Choose a tag to compare

Fixes

2.0.5

01 Dec 15:56
Compare
Choose a tag to compare
  • Added props onPaginationSelectedIndex and autoplayLoopKeepAnimation

2.0.4

01 Dec 15:20
44563a6
Compare
Choose a tag to compare
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
Choose a tag to compare

2.0.3

2.0.2

31 Jul 18:14
Compare
Choose a tag to compare
bump version

1.0.12

30 Jul 01:52
Compare
Choose a tag to compare

Include fix for issue #4

2.0.1

26 Jul 23:36
Compare
Choose a tag to compare

Fix prev index function #49

2.0.0 useHooks

26 Jul 22:57
fbb49d4
Compare
Choose a tag to compare

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
Choose a tag to compare

Remove deprecated methods componentWillMount and componentWillUpdate, thanks @IntelliJAbhishek