Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: In `RCTScrollView`, it was possible that `onMomentumScrollBegin` gets queued after `onMomentumScrollEnd` because the event would dispatch after calling `setContentOffset`. As a result, the ScrollView JS gets stuck in an "animating" state and jest runners did not bother scrolling further. ## Changelog: [iOS][Fixed] - Momentum begin events now queue before momentum end events on scroll views Differential Revision: D65846878
- Loading branch information