Skip to content

Commit 61004fe

Browse files
authored
1 parent fb0d28c commit 61004fe

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • packages/react-native/ReactCxxPlatform/react/runtime

packages/react-native/ReactCxxPlatform/react/runtime/ReactHost.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -313,9 +313,6 @@ void ReactHost::destroyReactInstance() {
313313

314314
reactInstanceData_->contextContainer->erase(RuntimeSchedulerKey);
315315
reactInstanceData_->mountingManager->setSchedulerTaskExecutor(nullptr);
316-
reactInstanceData_->mountingManager = nullptr;
317-
reactInstanceData_->contextContainer = nullptr;
318-
reactInstanceData_->turboModuleProviders.clear();
319316
reactInstance_ = nullptr;
320317
reactInstanceData_->messageQueueThread = nullptr;
321318
}

0 commit comments

Comments
 (0)