From 48d1d98b6bcb7047e0e92ced0fc725c9a6fd92dd Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Fri, 24 Jul 2015 02:03:48 -0700 Subject: [PATCH] Fix update link for sample app --- Examples/HybridMobileDeployCompanion/index.ios.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -