Skip to main content

CSSPropertyCompatCategory

reexport
type CSSPropertyCompatCategory = "native" | "web"
  • native properties can be injected in React Native components style prop;
  • web properties are solely used in the transient tree render engine.