Mark NotThreadSafeViewHierarchyUpdateDebugListener as deprecated in new architecture

Summary:
NotThreadSafeViewHierarchyUpdateDebugListener is not implemented in the new architecture because it is not relevant. That's why I'm marking NotThreadSafeViewHierarchyUpdateDebugListener as deprecated in new architecture

bypass-github-export-checks

changelog: [internal] internal

Reviewed By: rshest

Differential Revision: D51262576

fbshipit-source-id: 05022f7605ffc9f9aee3dbb0652f331849db82e0
This commit is contained in:
David Vacca
2023-11-15 22:43:49 -08:00
committed by Facebook GitHub Bot
parent 31db0abb41
commit 3f6b59eece
@@ -7,6 +7,7 @@
package com.facebook.react.uimanager.debug;
import com.facebook.react.common.annotations.DeprecatedInNewArchitecture;
import com.facebook.react.uimanager.UIManagerModule;
/**
@@ -16,6 +17,7 @@ import com.facebook.react.uimanager.UIManagerModule;
* <p>NB: while onViewHierarchyUpdateFinished will always be called from the UI thread, there are no
* guarantees what thread onViewHierarchyUpdateEnqueued is called on.
*/
@DeprecatedInNewArchitecture
public interface NotThreadSafeViewHierarchyUpdateDebugListener {
/**