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
* fix: Reading from .value of reanimated during render closes#861
* fix: Closes#861 using reanimated value during render
* fix: schedule selected value with scheduleOnRN
* fix: avoid reanimated value in pagination render
* chore: add changeset for pagination render fix
---------
Co-authored-by: Caspian 東澔 <caspian.zhao@outlook.com>
Fix pagination accessibility state by syncing selection with scheduleOnRN instead of reading reanimated values during render, and add coverage to avoid test warnings.
0 commit comments