Merge pull request #2630 from javache/fix-e2e

Use new packager URL in e2e test
This commit is contained in:
Pieter De Baets 2015-09-10 15:13:07 +01:00
commit 5ac1c26ddd

View File

@ -31,7 +31,7 @@
* on the same Wi-Fi network.
*/
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle"];
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];
/**
* OPTION 2