Skip to content

Releases: callstack/react-native-pager-view

v6.0.0-rc.0

10 Jun 12:53
Compare
Choose a tag to compare
v6.0.0-rc.0 Pre-release
Pre-release

Changelog:
Breaking changes:

Pager View supports lazy loading, so all pages are not loaded immediately. To test it, you can check the example here

To install it please use below command

yarn add react-native-pager-view@next

v5.2.0

07 Jun 15:18
Compare
Choose a tag to compare

Changelog:

  • feat(ios): BREAKING CHANGE - change default value of overDrag prop to false (#364) (06916bb)

v5.1.11

07 Jun 14:32
Compare
Choose a tag to compare

Changelog:

  • chore(android): remove build tools version (#365) (4ffb036)

v5.1.10

27 May 10:28
Compare
Choose a tag to compare

Changelog:

  • fix(ios): changing offset, when overDrag prop is disabled (#363) (363c745)

v5.1.9

19 May 09:09
Compare
Choose a tag to compare

Changelog:

v5.1.8

13 May 07:34
Compare
Choose a tag to compare

Changelog:

  • fix(android): Allow pages to be removed (#351) (944ccb4)

v5.1.7

29 Apr 07:23
Compare
Choose a tag to compare

Changelog:

  • fix(js): add missing onStartShouldSetResponder function (#342) (8e43678)

v5.1.6

28 Apr 14:04
Compare
Choose a tag to compare

Changelog:

  • fix(js): handle the component unmounting (#340) (249f589)

v5.1.5

22 Apr 10:12
Compare
Choose a tag to compare

Changelog:

  • fix(both): unify setPage behavior across platforms (#335) (2e8ac2c)

v5.1.4

20 Apr 19:30
Compare
Choose a tag to compare

Changelog:

  • fix(ios): onPageSelected is not called (#334) (93182a5)