mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-01 14:25:08 +08:00
Clearly mark java CSSNode as deprecated. It will go away very soon
Reviewed By: lucasr Differential Revision: D3992775 fbshipit-source-id: b3ceca277e5c7426eb51f8cbeacf5e2fe451c6ec
This commit is contained in:
committed by
Facebook Github Bot
parent
a13b373c94
commit
5c728a47b9
@@ -95,7 +95,7 @@ public class UIViewOperationQueue {
|
||||
/**
|
||||
* Operation for updating native view's position and size. The operation is not created directly
|
||||
* by a {@link UIManagerModule} call from JS. Instead it gets inflated using computed position
|
||||
* and size values by CSSNode hierarchy.
|
||||
* and size values by CSSNodeDEPRECATED hierarchy.
|
||||
*/
|
||||
private final class UpdateLayoutOperation extends ViewOperation {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user