diff --git a/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm b/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm index 382a0ab5c2df0c..e76e1d18df9946 100644 --- a/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm +++ b/packages/react-native/ReactCommon/react/runtime/platform/ios/ReactCommon/RCTInstance.mm @@ -507,7 +507,6 @@ - (void)_loadJSBundle:(NSURL *)sourceURL if (error) { [strongSelf handleBundleLoadingError:error]; - [strongSelf invalidate]; return; } // DevSettings module is needed by _loadScriptFromSource's callback so prior initialization is required