Issue Description
It is not clear how screens can be unregistered. When using redux, it seems that when using startSingleScreenApp and startTabBasedApp, the initial screen from which the app is triggered remains in memory, which causes it to continue receiving props when (I assume) the screen is supposed to be released.
Steps to Reproduce / Code Snippets / Screenshots
- startSingleScreenApp - login screen
- startTabBasedApp - home screen when logged in (expect login screen to be removed from stack)
- startSingleScreenApp - login screen (expect home screen to be removed (expect home screen to be removed, and not to duplicate instantiation of the login screen))
How do I fix this?