Releases: callstack/react-native-pager-view
Releases · callstack/react-native-pager-view
v6.0.0-rc.0
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
Changelog:
- feat(ios): BREAKING CHANGE - change default value of overDrag prop to false (#364) (06916bb)
v5.1.11
Changelog:
- chore(android): remove build tools version (#365) (4ffb036)
v5.1.10
Changelog:
- fix(ios): changing offset, when overDrag prop is disabled (#363) (363c745)
v5.1.8
Changelog:
- fix(android): Allow pages to be removed (#351) (944ccb4)
v5.1.7
Changelog:
- fix(js): add missing
onStartShouldSetResponder
function (#342) (8e43678)
v5.1.6
Changelog:
- fix(js): handle the component unmounting (#340) (249f589)
v5.1.5
Changelog:
- fix(both): unify setPage behavior across platforms (#335) (2e8ac2c)
v5.1.4
Changelog:
- fix(ios): onPageSelected is not called (#334) (93182a5)