Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 38fbf64

Browse files
author
Will Anderson
committed
Merge pull request #9 from Microsoft/update-react-native
Upgrade react-native to 0.11.4
2 parents 0467922 + 03dd1ae commit 38fbf64

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CodePush.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ + (void) loadBundle
7575
dispatch_async(dispatch_get_main_queue(), ^{
7676
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:[self getBundleUrl]
7777
moduleName:[CodePushConfig getRootComponent]
78+
initialProperties:nil
7879
launchOptions:nil];
7980

8081
UIViewController *rootViewController = [[UIViewController alloc] init];

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
"keywords": "react-native",
66
"dependencies": {
77
"code-push": "file:../website/sdk/bin",
8-
"extend": "^3.0.0"
8+
"extend": "3.0.0"
99
},
1010
"devDependencies": {
11-
"react-native": "^0.10.0"
11+
"react-native": "0.11.4"
1212
}
1313
}

0 commit comments

Comments
 (0)