diff --git a/ReactAndroid/src/main/jni/react/fabric/Binding.cpp b/ReactAndroid/src/main/jni/react/fabric/Binding.cpp index 5b93fe83ce0..4afe8bd8475 100644 --- a/ReactAndroid/src/main/jni/react/fabric/Binding.cpp +++ b/ReactAndroid/src/main/jni/react/fabric/Binding.cpp @@ -377,9 +377,11 @@ void Binding::installFabricUIManager( << this << ")."; } - sharedCppComponentRegistry_ = - std::shared_ptr( - cppComponentRegistry ? cppComponentRegistry : nullptr); + // TODO[T135327389]: Investigate why code relying on CppComponentRegistry + // crashing during hot reload restart. + // sharedCppComponentRegistry_ = + // std::shared_ptr( + // cppComponentRegistry ? cppComponentRegistry : nullptr); // Use std::lock and std::adopt_lock to prevent deadlocks by locking mutexes // at the same time