File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3636 * on the same Wi-Fi network.
3737 */
3838
39- jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/2048/Game2048.bundle?platform=ios" ];
39+ jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/2048/Game2048.bundle?platform=ios&dev=true " ];
4040
4141 /* *
4242 * OPTION 2
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3737 * on the same Wi-Fi network.
3838 */
3939
40- jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/Movies/MoviesApp.includeRequire.runModule. bundle" ];
40+ jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/Movies/MoviesApp.ios. bundle?platform=ios&dev=true " ];
4141
4242 /* *
4343 * OPTION 2
Original file line number Diff line number Diff 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/Examples/SampleApp/index.ios.bundle" ];
34+ jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/SampleApp/index.ios.bundle?platform=ios&dev=true " ];
3535
3636 /* *
3737 * OPTION 2
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3636 * on the same Wi-Fi network.
3737 */
3838
39- jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/TicTacToe/TicTacToeApp.bundle?platform=ios" ];
39+ jsCodeLocation = [NSURL URLWithString: @" http://localhost:8081/Examples/TicTacToe/TicTacToeApp.bundle?platform=ios&dev=true " ];
4040
4141 /* *
4242 * OPTION 2
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ - (NSURL *)sourceURLForBridge:(__unused RCTBridge *)bridge
5959 * on the same Wi-Fi network.
6060 */
6161
62- sourceURL = [NSURL URLWithString: @" http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?dev=true" ];
62+ sourceURL = [NSURL URLWithString: @" http://localhost:8081/Examples/UIExplorer/UIExplorerApp.ios.bundle?platform=ios& dev=true" ];
6363
6464 /* *
6565 * OPTION 2
You can’t perform that action at this time.
0 commit comments