We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74755c3 commit da72fa7Copy full SHA for da72fa7
ios/Sample/AppDelegate.m
@@ -31,7 +31,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
31
* on the same Wi-Fi network.
32
*/
33
34
- jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
+ jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios"];
35
36
/**
37
* OPTION 2
package.json
@@ -11,7 +11,7 @@
11
"invariant": "^2.1.0",
12
"keymirror": "^0.1.1",
13
"object-assign": "^4.0.1",
14
- "react-native": "^0.11.0",
+ "react-native": "^0.12.0",
15
"react-native-keyboardevents": "^0.4.5",
16
"react-native-keychain": "^0.2.5",
17
"react-native-refreshable-listview": "^1.3.0",
0 commit comments