Closed
Description
Hello!
I am wondering if there a way to detect that there are any important events (such as pressing a button) on a js queue?
I think this simple method could help to detect that we need to pause some long-running operation (like FlatList layouting) in between to handle an important event.
Thanks!