react-native/ReactCommon
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
..
cxxreact Update loads for glob_defs.bzl 2018-08-30 01:46:51 -07:00
fabric Fabric: RectangleEdges & RectangleCorners generics 2018-09-03 23:04:20 -07:00
jschelpers Move RN's DEFS.bzl to tools and rename to rn_defs.bzl 2018-08-29 13:21:52 -07:00
jsinspector Update loads for glob_defs.bzl 2018-08-30 01:46:51 -07:00
microprofiler Move RN's DEFS.bzl to tools and rename to rn_defs.bzl 2018-08-29 13:21:52 -07:00
privatedata Update loads for glob_defs.bzl 2018-08-30 01:46:51 -07:00
yoga Expose logging capablities in Yoga header 2018-08-30 04:47:15 -07:00