View not stretching vertically in column layout #127
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@corbt said in https://github.com/facebook/react-native/issues/2724#issuecomment-140902710
I think I may have found a couple of inconsistencies that are related to my problem. I've created what I believe are equivalent layouts in React Native and HTML/CSS that appear to demonstrate different flexbox behavior. Am I just crazy or is this a bug?
HTML
JSFiddle here
React Native
Output on my Android device:

Differences
In React Native the intermediary green
div
doesn't expand to fill the column vertically, and the "Column 1" text is not centered vertically either. On my machine (OS X/Chrome 45) the HTML version does.Update: here's a new JSFiddle using the css-layout default styles and with inline styles updated to appear the same as the old version. And the equivalent React Native JSX, which still renders to the image embedded above (tested on Android and iOS simulator):
Hurray, this is pulled into React Native now :)
d95757037a