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
<Scene key='login' component={LoginContainer} title='Login' panHandlers={null} type='replace'/>
Calling Actions.login() should switch scene to LoginContainer
Actual behaviour
<Scene key='login' component={LoginContainer} title='Login' panHandlers={null} type='replace'/>
Calling Actions.login() does not switch scene to LoginContainer
Steps to reproduce
Ensure your Scene key='login'
Ensure your Scene type='replace'
Call Actions.login() from some other Scene (For example, splash)
thessem, tomwalters, sylvainbaronnet, paulbao and Elyx0