Skip to content

Commit da72fa7

Browse files
committed
react-native upgrade to 0.12.0
1 parent 74755c3 commit da72fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/Sample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3131
* on the same Wi-Fi network.
3232
*/
3333

34-
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
34+
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios"];
3535

3636
/**
3737
* OPTION 2

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"invariant": "^2.1.0",
1212
"keymirror": "^0.1.1",
1313
"object-assign": "^4.0.1",
14-
"react-native": "^0.11.0",
14+
"react-native": "^0.12.0",
1515
"react-native-keyboardevents": "^0.4.5",
1616
"react-native-keychain": "^0.2.5",
1717
"react-native-refreshable-listview": "^1.3.0",

0 commit comments

Comments
 (0)