react-native/ReactCommon
Andy Street d63ba47b59 BREAKING [react_native] Move to new C-based implementation of css-layout in RN Android
Summary:
Moves from CSSNodeDEPRECATED to CSSNode. This has shown to be a huge performance win for layout time within FB.

This is BREAKING because CSSNode contains bug fixes that were not migrated to CSSNodeDEPRECATED which may change the way your layout appears. The most common of these by far involves `flex: 1`.

Previously, developers had to put `flex: 1` in many places it didn't belong in order to work around a bug in css-layout. Now `flex: 1` is treated properly and, unfortunately, this means that your layout may no longer look correct. Specifically, you may see that your layout looks collapsed, or children don't render. The fix is to simply remove `flex: 1` from those containers.

Reviewed By: emilsjolander

Differential Revision: D3992787

fbshipit-source-id: 7a3a2a34a8941c0524e6ba3c5379e434d3e03247
2016-11-21 06:28:30 -08:00
..
CSSLayout BREAKING [react_native] Move to new C-based implementation of css-layout in RN Android 2016-11-21 06:28:30 -08:00
cxxreact Fix usage of old String constructor 2016-11-18 07:28:24 -08:00
inspector Add some documentation 2016-11-02 12:29:15 -07:00
jschelpers Create JSCWrapper in C++ bridge 2016-11-21 04:43:42 -08:00
microprofiler Create headers symlinks for FBReactKit 2016-09-30 14:28:41 -07:00