mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00: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
@@ -56,7 +56,7 @@ import static com.facebook.react.bridge.ReactMarkerConstants.CREATE_UI_MANAGER_M
|
||||
* <p>
|
||||
* <h2>== CSSNodes ==</h2>
|
||||
* In order to allow layout and measurement to occur on a non-UI thread, this module also
|
||||
* operates on intermediate CSSNode objects that correspond to a native view. These CSSNode are able
|
||||
* operates on intermediate CSSNodeDEPRECATED objects that correspond to a native view. These CSSNodeDEPRECATED are able
|
||||
* to calculate layout according to their styling rules, and then the resulting x/y/width/height of
|
||||
* that layout is scheduled as an operation that will be applied to native view hierarchy at the end
|
||||
* of current batch.
|
||||
|
||||
Reference in New Issue
Block a user