My screen structure : Splash Screen -> Main Screen.
Implement withNavigationFocusHOC in Main screen, call a method 'viewDidAppear' to update screen
When press home button , the app goes to background. Due to the app consume large amount of battery it's being auto killed.
When click on app, it launches again from SplashScreen. At the same time the 'viewDidAppear' function in Main Screen fires. (haven't even reached Main Screen)
Expected behaviour
withNavigationFocus HOC in Main Screen should not call when app is reloaded due to android OS auto kill app.
This issue does not happen if I reload the app manually(kill and relaunch / Menu->Reload / R R)
Steps to reproduce
Expected behaviour
withNavigationFocus HOC in Main Screen should not call when app is reloaded due to android OS auto kill app. This issue does not happen if I reload the app manually(kill and relaunch / Menu->Reload / R R)