mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
31db0abb41
commit
3f6b59eece
+2
@@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user