Patch Changes
-
#883
dd4e867Thanks @dohooo! - Fix four high-confidence issues with TDD-first coverage:- Issue #837: Fix non-loop +
overscrollEnabled={false}behavior so right overdrag is clamped instead of bouncing past bounds. - Issue #855: Harden visible range calculation for invalid runtime sizes (for example,
viewSizebecomingNaN) to avoid blank rendering in non-loop scenarios. - Issue #863: Improve Pagination accessibility defaults and add
paginationItemAccessibilityoverrides forPagination.BasicandPagination.Custom. - Issue #867: Guard
customAnimationoutput by sanitizing style values and normalizingzIndexto finite integers to reduce native crash risk.
Also adds focused regression tests for gesture translation clamping, visibility range fallbacks, pagination accessibility labels, and animation style sanitization.
- Issue #837: Fix non-loop +