update jsCodeLocation in AppDelegate.m

This commit is contained in:
Dan Motzenbecker 2015-10-11 11:23:16 -04:00
parent f5de083877
commit 16e5300043
1 changed files with 1 additions and 1 deletions

View File

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