Files
react-native/ReactAndroid/src/main/java/com/facebook/csslayout
Christopher Chedeau bd36e40258 Fix width being ignored when has a value of 0
Summary: 8f6a96adbc added a test in isDimDefined that checks if `value > 0.0`, but unfortunately, it did not faithfully port the JavaScript version which is `value >= 0.0`: https://github.com/facebook/css-layout/blob/master/src/Layout.js#L306. Sadly, no test covered this so it went unnoticed.
Closes https://github.com/facebook/css-layout/pull/134

Reviewed By: @​svcscm

Differential Revision: D2481773

Pulled By: @vjeux
2015-09-25 15:42:21 -07:00
..
2015-09-14 18:13:39 +01:00
2015-09-17 14:33:28 +01:00
2015-09-17 14:33:28 +01:00
2015-09-17 14:33:28 +01:00
2015-09-14 18:13:39 +01:00
2015-09-17 14:33:28 +01:00
2015-09-17 14:33:28 +01:00
2015-09-17 14:33:28 +01:00

The source of truth for css-layout is: https://github.com/facebook/css-layout

The code here should be kept in sync with GitHub.
HEAD at the time this code was synced: https://github.com/facebook/css-layout/commit/f51c2d004de7744f9cefb98aa2a9c1c22168d49c

There is generated code in:
 - README (this file)
 - java/com/facebook/csslayout (this folder)
 - javatests/com/facebook/csslayout

The code was generated by running 'make' in the css-layout folder and copied to React Native.