Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v3.1.0
20 Nov 11:01
Compare
Sorry, something went wrong.
No results found
Features
feat: Android VerticalPager (#70 )
Bugfixes
fix: scrollEnabled prop, when comp is loaded dynamically (iOS)(#102 )
v3.0.0
18 Nov 22:56
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes
Rename android VIEW_MANAGER_NAME #66
v2.0.0
04 Oct 13:18
Compare
Sorry, something went wrong.
No results found
2.0 is here 🔥 🔥 🔥
Breaking
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
fix: peerDependencies version of RN (#27 )
v1.1.6
15 Apr 13:13
Compare
Sorry, something went wrong.
No results found
fix: podspec errors (#21 )
v1.1.5
18 Mar 11:18
Compare
Sorry, something went wrong.
No results found
Remove viewpager.gif from npm
v1.1.4
15 Mar 16:39
Compare
Sorry, something went wrong.
No results found
fix: add .idea and android/build to .npmignore