Skip to content

Releases: callstack/react-native-pager-view

v2.0.1

09 Oct 11:55
8a9fc58
Compare
Choose a tag to compare

Fixes

  • Rename android VIEW_MANAGER_NAME #66

v2.0.0

04 Oct 13:18
Compare
Choose a tag to compare

2.0 is here 🔥 🔥 🔥

Breaking

  • iOS support!

Features

  • orientation: horizontal | vertical| for iOS
  • transitionStyle: scroll | curl for iOS

Bugfixes

  • Fix Flow issues
  • Remove peekEnabled for Android (it never worked)
  • Fix .podspec file

v2.0.0-rc.1

16 Aug 21:56
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release
  • Feature / Breaking: Add iOS implementation using UIPageViewController
    • Supports transitionStyle as scroll or curl (only iOS)
    • Supports orientation as horizontal or vertical (only iOS)

Why breaking? If you used ViewPager before 2.0, you expected that it would render nothing on iOS. This is not the case from 2.x.

v1.1.7

16 Aug 21:48
Compare
Choose a tag to compare

fix: peerDependencies version of RN (#27)

v1.1.6

15 Apr 13:13
Compare
Choose a tag to compare
  • fix: podspec errors (#21)

v1.1.5

18 Mar 11:18
Compare
Choose a tag to compare
  • Remove viewpager.gif from npm

v1.1.4

15 Mar 16:39
Compare
Choose a tag to compare

fix: add .idea and android/build to .npmignore

v1.1.3

15 Mar 16:24
Compare
Choose a tag to compare
  • fix: switch main export for Jest to work out of the box
  • chore: add .npmignore.

v1.1.2

19 Feb 16:51
Compare
Choose a tag to compare
  • fix: compat with <= rn57 (#9)
  • chore: added typings TypeScript (#10)

v1.1.1

14 Feb 11:58
Compare
Choose a tag to compare
  • fix: imports (haste) (#8)