Skip to content

Commit

Permalink
fix example jsCodeLocation (react-native-camera#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
anativ authored and charpeni committed Aug 28, 2016
1 parent e326d51 commit be8b89c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Example/ios/Example/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
* 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
Expand Down

0 comments on commit be8b89c

Please sign in to comment.