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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Hello,
I'm using react-native in an hybird way for our ios app.
After integrated code-push, we found that, If enter the react-native page, we must wait until the upgrade was finished (request, download package and report succ).
For example, we enter the react-native page, and the download was started but not finished.
If we exit react-native page and back to native part of app, the downoload request wounld finished, but no report request would sent, nor did the js bundle update success.(It will redownload again in next time enter react-native page).
Is there anyway I can do to fix this situation?
Thank you.
react-native-code-push version: 1.16.1-beta
react-native version: 0.38
iOS version: 10.0
(The more info the faster we will be able to address it!)
Hello,
I'm using react-native in an hybird way for our ios app.
After integrated code-push, we found that, If enter the react-native page, we must wait until the upgrade was finished (request, download package and report succ).
For example, we enter the react-native page, and the download was started but not finished.
If we exit react-native page and back to native part of app, the downoload request wounld finished, but no report request would sent, nor did the js bundle update success.(It will redownload again in next time enter react-native page).
Is there anyway I can do to fix this situation?
Thank you.
(The more info the faster we will be able to address it!)