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

Commit d0176e7

Browse files
author
Will Anderson
committed
Upgrade react-native to 0.11.4
1 parent 0467922 commit d0176e7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"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)