public class BaseCSSPropertyApplicator
extends java.lang.Object
CSSNode.| Constructor and Description |
|---|
BaseCSSPropertyApplicator() |
| Modifier and Type | Method and Description |
|---|---|
static void |
applyCSSProperties(ReactShadowNode cssNode,
CatalystStylesDiffMap props)
Takes the base props from updateView/manageChildren and applies any CSS styles (if they exist)
to the given
CSSNode. |
public static void applyCSSProperties(ReactShadowNode cssNode, CatalystStylesDiffMap props)
CSSNode.
TODO(5241893): Add and test border CSS attributes