diff --git a/React/Base/RCTBatchedBridge.m b/React/Base/RCTBatchedBridge.m index e619c67d74944b..50f6deb935fdd7 100644 --- a/React/Base/RCTBatchedBridge.m +++ b/React/Base/RCTBatchedBridge.m @@ -482,6 +482,7 @@ - (void)stopLoadingWithError:(NSError *)error } _loading = NO; + [_javaScriptExecutor invalidate]; [[NSNotificationCenter defaultCenter] postNotificationName:RCTJavaScriptDidFailToLoadNotification