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
In fact, it executes after 2 Actions.pop(). So let's we have the following stack:
A -> B -> C
and we have an onExit on Scene C, when we call Actions.pop(), we are at Scene B, but the onExit has't been executed yet. Then we call Actions.pop() again, and then, the onExit executes.
Anybody with similar issues?
The text was updated successfully, but these errors were encountered:
In fact, it executes after 2 Actions.pop(). So let's we have the following stack:
A -> B -> C
and we have an onExit on Scene C, when we call Actions.pop(), we are at Scene B, but the onExit has't been executed yet. Then we call Actions.pop() again, and then, the onExit executes.
Anybody with similar issues?
The text was updated successfully, but these errors were encountered: