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
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.