diff --git a/App.js b/App.js index e9145c5..864586f 100644 --- a/App.js +++ b/App.js @@ -117,7 +117,7 @@ export default class MyPage extends Component { codePushUpdate() { CodePush.allowRestart(); CodePush.sync( - { installMode: CodePush.InstallMode.IMMEDIATE}, + { installMode: CodePush.InstallMode.ON_NEXT_RESTART}, this.codePushStatusDidChange.bind(this), this.codePushDownloadDidProgress.bind(this) );