...
|
...
|
@@ -30,7 +30,7 @@ |
|
|
* `inet` value under `en0:`) and make sure your computer and iOS device are
|
|
|
* on the same Wi-Fi network.
|
|
|
*/
|
|
|
|
|
|
#if DEBUG
|
|
|
jsCodeLocation = [NSURL URLWithString:@"http://localhost:8081/index.ios.bundle?platform=ios&dev=true"];
|
|
|
|
|
|
/**
|
...
|
...
|
@@ -40,8 +40,9 @@ |
|
|
* running the project on an actual device or running the project on the
|
|
|
* simulator in the "Release" build configuration.
|
|
|
*/
|
|
|
|
|
|
// jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
|
|
|
#else
|
|
|
jsCodeLocation = [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
|
|
|
#endif
|
|
|
|
|
|
RCTRootView *rootView = [[RCTRootView alloc] initWithBundleURL:jsCodeLocation
|
|
|
moduleName:@"YH_Vendor"
|
...
|
...
|
|