React-native-code-push: White/Blank screen after new app bundle is installed

Created on 4 May 2017  路  5Comments  路  Source: microsoft/react-native-code-push

Whenever there's a code push update, it restarts the application and white screen flashes for a few seconds.
Is there a way to show the loader or to avoid the white screen altogether ?

Thanks!

question waiting-for-clarification

All 5 comments

Hi @mobile-support93, as I get it right you have InstallMode: Immediate for installing updates.
Probably as a solution you can try to use InstallMode:On_NEXT_SUSPEND, this was recently released in v2.0.3-beta. So this should install the app in the background and this way can help you to avoid seeing white screen on applying new bundle.
Please let us know if it helps.

@mobile-support93 - please let us know if the information from above help you to resolve the issue.

I'm closing the issue now as of no response, please feel free to reopen or create a new one if needed.

Thanks, that helped me resolve the issue.

@max-mironov is it possible to replace the white flash when using InstallMode:IMMEDIATE?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chrisjrex picture chrisjrex  路  4Comments

ninjz picture ninjz  路  4Comments

Adr1ann picture Adr1ann  路  3Comments

DeDuckProject picture DeDuckProject  路  3Comments

quanzaiyu picture quanzaiyu  路  3Comments