Fix example apps to use new packager paths

This commit is contained in:
Pieter De Baets
2015-09-04 03:21:58 -07:00
parent cc1a9fa3f3
commit 44fec06891
5 changed files with 5 additions and 5 deletions

View File

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