-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
investigatingThis issue is being investigatedThis issue is being investigatedquestionGeneral questionGeneral question
Description
Attempting to share authentication state in a react native app between multiple Authenticator components that wrap only a selected few of my react-navigation tabs. Currently, I store both authState and authData in my redux store. Everything works fine until I attempt to log out. If I try simply nullifying authState and authData in my redux store the Authenticator component re logs my user back in when it is shown. If i try to first call Auth.logout I receive the warning [WARN] Hub - error dispatching auth event to noname and my user is re-logged in when the Authenticator component is shown.
Metadata
Metadata
Assignees
Labels
investigatingThis issue is being investigatedThis issue is being investigatedquestionGeneral questionGeneral question