File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
1818{
1919 NSURL *jsCodeLocation;
2020
21- jsCodeLocation = [[RCTBundleURLProvider sharedSettings ] jsBundleURLForBundleRoot: @" index.ios" fallbackResource: nil ];
22- // jsCodeLocation = [NSURL URLWithString:@"http://192.168.9.113 :8081/index.ios.bundle?platform=ios&dev=true"];
21+ // jsCodeLocation = [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index.ios" fallbackResource:nil];
22+ jsCodeLocation = [NSURL URLWithString: @" http://192.168.10.155 :8081/index.ios.bundle?platform=ios&dev=true" ];
2323 RCTRootView *rootView = [[RCTRootView alloc ] initWithBundleURL: jsCodeLocation
2424 moduleName: @" ReactJChat"
2525 initialProperties: nil
You can’t perform that action at this time.
0 commit comments