From be8b89c5cc270a76414c28fb088f3639ae9e1382 Mon Sep 17 00:00:00 2001 From: anativ Date: Sun, 28 Aug 2016 04:56:44 +0300 Subject: [PATCH] fix example jsCodeLocation (#360) --- Example/ios/Example/AppDelegate.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Example/ios/Example/AppDelegate.m b/Example/ios/Example/AppDelegate.m index 25f07af..e76c4c0 100644 --- a/Example/ios/Example/AppDelegate.m +++ b/Example/ios/Example/AppDelegate.m @@ -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