Merge pull request #9 from Microsoft/update-react-native

Upgrade react-native to 0.11.4
This commit is contained in:
Will Anderson
2015-10-06 14:02:18 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -75,6 +75,7 @@ BOOL usingTestFolder = NO;
dispatch_async(dispatch_get_main_queue(), ^{
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:[self getBundleUrl]
moduleName:[CodePushConfig getRootComponent]
initialProperties:nil
launchOptions:nil];
UIViewController *rootViewController = [[UIViewController alloc] init];

View File

@@ -5,9 +5,9 @@
"keywords": "react-native",
"dependencies": {
"code-push": "file:../website/sdk/bin",
"extend": "^3.0.0"
"extend": "3.0.0"
},
"devDependencies": {
"react-native": "^0.10.0"
"react-native": "0.11.4"
}
}