Skip to content

Releases: callstack/react-native-pager-view

v3.1.0

20 Nov 11:01

Choose a tag to compare

Features

  • feat: Android VerticalPager (#70)

Bugfixes

  • fix: scrollEnabled prop, when comp is loaded dynamically (iOS)(#102)

v3.0.0

18 Nov 22:56

Choose a tag to compare

BREAKING

  • chore: update to Android X (no need for Jetifier anymore)

Example

  • Refactor the example to use React Native 0.61.x and add yarn android and yarn ios to run it #103

v2.0.2

30 Oct 15:59

Choose a tag to compare

  • fix: remove useless waring while overriding children' style (#87)
  • fix: tapping on UIPageControl to cycle through pages #71
  • docs: add showPageIndicator to docs (#80)
  • chore: add eslint from react-native-community (#76)

v2.0.1

09 Oct 11:55
8a9fc58

Choose a tag to compare

Fixes

  • Rename android VIEW_MANAGER_NAME #66

v2.0.0

04 Oct 13:18

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

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

Choose a tag to compare

fix: peerDependencies version of RN (#27)

v1.1.6

15 Apr 13:13

Choose a tag to compare

  • fix: podspec errors (#21)

v1.1.5

18 Mar 11:18

Choose a tag to compare

  • Remove viewpager.gif from npm

v1.1.4

15 Mar 16:39

Choose a tag to compare

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