Open
Description
Report
- I have searched existing issues and this is not a duplicate
Issues and Steps to Reproduce
See http://tinyurl.com/sgeap6b
When allocating space combining min/max height and flex-grow, space is often left unallocated inside a flex box.
Expected Behavior
No unallocated space
Actual Behavior
Unallocated space at the bottom of the container
Link to Code
Notice that the space at the bottom is in the container and doesn't contain a child component -- even though the largest sub-component has a 1000px max-height.
Running the same flex layout parameters in a web browser (e.g. safari and chrome) works as expected, without unallocated space. And according to the documentation, the implementations should be largely compatible between the web and react-native.