Skip to content

Releases: callstack/react-native-pager-view

v5.3.2

22 Jul 13:32

Choose a tag to compare

Changelog:

v5.3.1

22 Jul 05:16

Choose a tag to compare

Changelog:

  • fix(android): implement getContext for the older versions of react native (#397) (f93a28b)
  • fix(ios): emit correct progress values for overdrag (#396) (bda9ace)
  • fix(ios): removing last page (#395) (d617614)

v5.3.0

21 Jul 11:44

Choose a tag to compare

Changelog:

v5.2.2

21 Jul 10:46

Choose a tag to compare

Changelog:

v5.2.1

11 Jun 13:03

Choose a tag to compare

Changelog:

  • fix(android): fix KotlinNullPointerException (#369) (18b9d77)

v6.0.0-rc.0

10 Jun 12:53

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

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

Choose a tag to compare

Changelog:

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

v5.1.10

27 May 10:28

Choose a tag to compare

Changelog:

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

v5.1.9

19 May 09:09

Choose a tag to compare

Changelog: