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
hi @londonoliver, thanks for reporting. For the record, the problem is that willUnmount is called first and removes the willBlur subscription and the BackHandler.removeEventListener in willBlur is therefore not called.
When calling
navigation.popToTop()
in a StackNavigator,willUnmount
is called beforewillBlur
, and the BackHandler listener is not removed.The text was updated successfully, but these errors were encountered: