Thanks to visit codestin.com Credit goes to github.com
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 19e421a commit bc69787Copy full SHA for bc69787
local-cli/generator-ios/templates/app/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&dev=true"];
35
36
/**
37
* OPTION 2
0 commit comments