diff --git a/Examples/HybridMobileDeployCompanion/index.ios.js b/Examples/HybridMobileDeployCompanion/index.ios.js index f053099..531050c 100644 --- a/Examples/HybridMobileDeployCompanion/index.ios.js +++ b/Examples/HybridMobileDeployCompanion/index.ios.js @@ -30,7 +30,7 @@ var HybridMobileDeployCompanion = React.createClass({ return { update: false, updateString: "" }; }, handlePress: function() { - console.log("pressed"); + HybridMobileDeploy.installUpdate(this.state.update); }, render: function() { var updateView; @@ -38,7 +38,7 @@ var HybridMobileDeployCompanion = React.createClass({ updateView = ( Update Available: {'\n'} {this.state.update.scriptVersion} - {this.state.update.description} -