mirror of
https://github.com/zhigang1992/react-native-code-push.git
synced 2026-06-20 03:48:44 +08:00
Merge pull request #9 from Microsoft/update-react-native
Upgrade react-native to 0.11.4
This commit is contained in:
@@ -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];
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user