fix example jsCodeLocation (#360)

This commit is contained in:
anativ 2016-08-28 04:56:44 +03:00 committed by Nicolas Charpentier
parent e326d51a53
commit be8b89c5cc
1 changed files with 2 additions and 1 deletions

View File

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