update jsCodeLocation in AppDelegate.m
This commit is contained in:
parent
f5de083877
commit
16e5300043
|
@ -97,7 +97,7 @@ RCT_EXPORT_MODULE()
|
||||||
* on the same Wi-Fi network.
|
* 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
|
* OPTION 2
|
||||||
|
|
Loading…
Reference in New Issue