final test

This commit is contained in:
kg422
2015-08-13 14:16:48 -07:00
5 changed files with 11 additions and 7 deletions

View File

@@ -33,7 +33,7 @@
* on the same Wi-Fi network.
*/
//jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
/**
* OPTION 2
@@ -45,7 +45,7 @@
* see http://facebook.github.io/react-native/docs/runningondevice.html
*/
jsCodeLocation = [HybridMobileDeploy getBundleUrl];
//jsCodeLocation = [HybridMobileDeploy getBundleUrl];
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
moduleName:@"HybridMobileDeployCompanion"

View File

@@ -6,7 +6,7 @@
"start": "node_modules/react-native/packager/packager.sh --root ../../"
},
"dependencies": {
"react-native": "^0.8.0-rc",
"react-native": "^0.8.0",
"react-native-button": "^1.2.0",
"react-native-hybrid-mobile-deploy": "file:../../"
}