react-native/ReactCommon/fabric
Valentin Shergin 917800c686 Fabric: RectangleEdges & RectangleCorners generics
Summary:
@public

EdgeInsets and CornerInsets are now just qualifications of those generics:

	using EdgeInsets = RectangleEdges<Float>;
	using CornerInsets = RectangleCorners<Float>;

We will need more concrete types like that in the future diffs.

Reviewed By: mdvacca

Differential Revision: D9614428

fbshipit-source-id: e4d48a11d9083958c3ada68e6368afb150c64f6b
2018-09-03 23:04:20 -07:00
..
attributedstring Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
components Fabric: Fixed `border*Width` style prop parsing 2018-09-03 23:04:20 -07:00
core Introducing `LayoutableShadowNode::isLayoutOnly` and (theoretical) view-flattening 2018-09-03 23:04:20 -07:00
debug Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
events Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
graphics Fabric: RectangleEdges & RectangleCorners generics 2018-09-03 23:04:20 -07:00
imagemanager Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
sample Fabric: Introducing `ContextContainer` 2018-06-22 07:32:49 -07:00
textlayoutmanager Remove unused loads from build files. 2018-08-31 18:03:07 -07:00
uimanager Fabric: ShadowTree is now stored as unique_ptr instead of shared_ptr 2018-09-03 23:04:20 -07:00