computerjazz / react-native-infinite-pager

An infinitely-swipeable pager component.
MIT License
174 stars 16 forks source link

Snap holds during onPageChange #2

Closed CptMaumau closed 2 years ago

CptMaumau commented 2 years ago

This library is exactly what I've been looking for and I started implementing but right now when I reach to threshold to trigger the snap to the next page, it seems to hold while onPageChange resolves then finishes the animation.

Any suggestions on this?

CptMaumau commented 2 years ago

Found out this only happens when debugging with Chrome.