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
{{ message }}
This repository was archived by the owner on Nov 27, 2022. It is now read-only.
fix: fix PagerPan not triggering onIndexChange when animation is disabled (#632)
`PagerPan` doesn't trigger `props.onIndexChange` when `animationEnabled={false}`. without `Animated.parallel` and it's finished callback, `PagerPan` doesn't call `props.jumpTo` to make it all right.
### Test plan
Use `PagerPan` and set `animationEnabled={false}`, should trigger `props.onIndexChange` correctly.
0 commit comments