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.
IMMEDIATE: NativeCodePush.codePushInstallModeImmediate,// Restart the app immediately
417
421
ON_NEXT_RESTART: NativeCodePush.codePushInstallModeOnNextRestart,// Don't artificially restart the app. Allow the update to be "picked up" on the next app restart
418
-
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume// Restart the app the next time it is resumed from the background
422
+
ON_NEXT_RESUME: NativeCodePush.codePushInstallModeOnNextResume,// Restart the app the next time it is resumed from the background
0 commit comments