| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2025-12-17 | 1.0 kB | |
| v8.0.0 source code.tar.gz | 2025-12-17 | 29.6 MB | |
| v8.0.0 source code.zip | 2025-12-17 | 29.7 MB | |
| Totals: 3 Items | 59.3 MB | 0 | |
Highlights
Hey! This is a big release, rewriting whole iOS codebase to use SwiftUI ✨
The API surface of pager stays the same. Everything should work as before (if it doesn't - please open an issue).
However, when you navigate between multiple pages the animation is different now (it cycles through the pages instead of just swiping like it's the next one). That's why we decided to go with a major release.
Happy Hacking 🎄
What's Changed
- FIX: typo in readMe by @jafar-jabr in https://github.com/callstack/react-native-pager-view/pull/1044
- fix: overdrag usePagerView by @okwasniewski in https://github.com/callstack/react-native-pager-view/pull/1045
- feat: migrate pager view to SwiftUI by @okwasniewski in https://github.com/callstack/react-native-pager-view/pull/1020
New Contributors
- @jafar-jabr made their first contribution in https://github.com/callstack/react-native-pager-view/pull/1044
Full Changelog: https://github.com/callstack/react-native-pager-view/compare/v7.0.2...v8.0.0