Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bc69787

Browse files
committed
Use new packager URL in e2e test
1 parent 19e421a commit bc69787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-cli/generator-ios/templates/app/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&dev=true"];
3535

3636
/**
3737
* OPTION 2

0 commit comments

Comments
 (0)