Closed smooJitter closed 6 years ago
No,
vAlign for Column is justifyContent which matches the PropTypes
vAlign on Row is alignItems so that can stretch children vertically!
What you're looking for is hAlign on Column which stretches children horizontally and vAlign on Row which stretches children vertically. If you put Row in Column with those settings you get stretching in both directions. I think I have to add that to the docs.
Thank very much.
There's also this typo in Column.js,
fullWidtht: PropTypes.bool,
I have questions about the use of intermediate views.
<Grid>
<Row>
<View>
<Row>
<Column>
...
</Column>
</Row>
...
</View>
</Row>
</Grid>
Does the intermediate View interupt with the interaction between Rows and Columns?
There appears to be an issue in the source code
perhaps the following is correct,