Merge pull request #2709 from negativetwelve/missing-platform
[iOS] Add missing platform param for the movies app This has already been done internally but messed up with the Android export.
This commit is contained in:
commit
ffe20480e4
|
@ -37,7 +37,7 @@
|
|||
* on the same Wi-Fi network.
|
||||
*/
|
||||
|
||||
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/Examples/Movies/MoviesApp.ios.includeRequire.runModule.bundle"];
|
||||
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/Examples/Movies/MoviesApp.ios.bundle?platform=ios&dev=true"];
|
||||
|
||||
/**
|
||||
* OPTION 2
|
||||
|
|
Loading…
Reference in New Issue