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
When using a horizontal paginated LegendList that contains vertical
LegendList components (one per page), the nestedScrollEnabled prop
doesn't work as expected. The vertical lists inside each page cannot
be scrolled, making the nested content inaccessible.
Current Behavior
The horizontal paginated LegendList works correctly for swiping
between pages
The vertical LegendList inside each page is rendered but cannot be
scrolled (bounce effect on iOS)
Setting nestedScrollEnabled on both lists doesn't resolve the
issue
Only the parent (horizontal) scroll gesture work correctly
Description
When using a horizontal paginated LegendList that contains vertical
LegendList components (one per page), the nestedScrollEnabled prop
doesn't work as expected. The vertical lists inside each page cannot
be scrolled, making the nested content inaccessible.
Current Behavior
between pages
scrolled (bounce effect on iOS)
nestedScrollEnabledon both lists doesn't resolve theissue
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-09-09.at.13.52.43.mp4
Expected Behavior
simultaneously
LegendList should scroll
nestedScrollEnabled
Simulator.Screen.Recording.-.iPhone.16.Pro.-.2025-09-09.at.14.06.35.mp4
Steps to Reproduce
nestedScrollEnabled={true}
nestedScrollEnabled={true}
gestures
Code Example
Environment
Additional Context
horizontal lists
components
many apps
Reproduction Repository
https://github.com/ludwig-pro/legendlist-nested-scroll-enabled