react-native/ReactCommon
Lukas Wöhrl 3b93ba9af7 The total flex factores need to be a minimum of 1 if any
Summary:
The only thing I found in the spec for this change is the following. Not exactly sure if this is the thing this PR is about:

> For each flex item, subtract its outer flex base size from its max-content contribution size. If that result is not zero, divide it by (if the result was positive) its **flex grow factor floored at 1** or (if the result was negative) by its scaled flex shrink factor, having **floored the flex shrink factor at 1**. This is the item’s max-content flex fraction.

But at least it seems a required change.

Fixes facebook/yoga#566
Closes https://github.com/facebook/yoga/pull/572

Differential Revision: D5264388

Pulled By: emilsjolander

fbshipit-source-id: 0004d1c3b9bad070a98cd6766c1adc06a54475f8
2017-06-16 07:46:28 -07:00
..
cxxreact Avoid crash when accessing jsContextRef without an executor 2017-06-14 05:32:27 -07:00
jschelpers Report Java stack from errors from sync native module calls 2017-06-14 09:32:37 -07:00
microprofiler Clean up some of the ReactNative Buck rules 2017-03-23 12:02:25 -07:00
yoga The total flex factores need to be a minimum of 1 if any 2017-06-16 07:46:28 -07:00
DEFS Fix Travis CI runs 2017-06-02 09:03:18 -07:00