You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"react-native": "0.75.4"
"react-native-pager-view": "^6.7.0"
Tested on iOS 18.2 device and simulator
Description
Use case is creating a "load more pages" behavior. Ex. Swiping tinder profiles. When user swipes to the last page, load more pages, and let the user continue swiping.
If user is swiping as new pages get added, the new pages will not get displayed. But logs are showing that they are still rendered.
Swiping back then swiping forth, the new pages show up.
Issue reproduces for portrait/landscape orientation & vertical/horizontal PagerView.
Environment
Description
Use case is creating a "load more pages" behavior. Ex. Swiping tinder profiles. When user swipes to the last page, load more pages, and let the user continue swiping.
If user is swiping as new pages get added, the new pages will not get displayed. But logs are showing that they are still rendered.
Swiping back then swiping forth, the new pages show up.
Issue reproduces for portrait/landscape orientation & vertical/horizontal PagerView.
Screen.Recording.2025-01-27.at.5.29.58.PM.mov
Reproducible Demo
https://github.com/adxzhang1/react-native-pager-view/tree/swipe-issue
Note: It can take couple attempts to hit the issue. It occurs when swiping as the new pages get added.
The text was updated successfully, but these errors were encountered: