File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -535,8 +535,8 @@ - (void)_loadJSBundle:(NSURL *)sourceURL
535535 {
536536 id <RCTDevLoadingViewProtocol> loadingView =
537537 (id <RCTDevLoadingViewProtocol>)[_turboModuleManager moduleForName: " DevLoadingView" ];
538- // When the bundleFilePath is set in the RCTCustomBundleConfiguration it on purpose does not run the packager connection
539- // so we don 't show the message .
538+ // When the bundleFilePath is set in the RCTCustomBundleConfiguration the Metro connection
539+ // shouldn 't be suggested/required .
540540 if (!_bridgeModuleDecorator.bundleManager .customBundleConfig .bundleFilePath ) {
541541 [loadingView showWithURL: sourceURL];
542542 }
You can’t perform that action at this time.
0 commit comments