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.
Another mode, similar to codePush.InstallMode.ON_NEXT_RESUME, except that it applies the update in the background (after some delay).
This would be a potential speed up when resuming the app (e.g. when brought back from suspension) - I'm not sure if the added complexity is worth it (for sync()), though
On the iOS side, this would require some extra work via a background task (and some API exposed for it), I think. Similar setup for (newer) Android, too, I think.
jgibbons, nevir, tomauty, christiannaths, jonrh and 1 more