mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 01:25:39 +00:00
91e5829419
Summary: Currently only scroll events are send through `sendEvent`, and all of them are can be coalesced. In future (further in the stack) touch events will go through there as well, but they won't support coalescing. In order to ensure js processes touch and scroll events in the same order as they were created, we will flush the coalesced events when we encounter one that cannot be coalesced. public ___ //This diff is part of a larger stack. For high level overview what's going on jump to D2884593.// Reviewed By: nicklockwood Differential Revision: D2884591 fb-gh-sync-id: a3d0e916843265ec57f16aad2f016a79764dcce8