Aug 22, 2017 · 1 min read
When the flexDirection of the parent is row , then flex: 1 will make the child component expand vertically. In that case, alignSelf: 'stretch' will make the child component stretch horizontally.
When the flexDirection of the parent is row , then flex: 1 will make the child component expand vertically. In that case, alignSelf: 'stretch' will make the child component stretch horizontally.