The app is crashing when I navigate while going back using pop()
问题 Initially, the app was working fine, after which I created a custom stack over Authenticated stack (screens when the user is Authenticated). The app is crashing when I navigate while going back using pop(), but it works fine with navigate or goBack(). inActiveUser => Check for user touch events using Pan Responder, to log out when he is inactive. AuthenticatedNavigator => Routes where the authenticated user is allowed. New stack: New Authenticated stack is implemented over Authentcated stack.