I have a text element inside a view:
hello world foo bar
as part of a flex grid.
I want th
You can achieve this if element will have alignSelf property, like:
alignSelf: 'flex-start'
or
alignSelf: 'center'