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