I understand there is the property alignSelf and justifyContent in React Native. However, alignSelf is for the vertical direction in the case of flexDirection: row and justifyContent is used to align all the children at one position. I would like to align two childrens, where one of them would be in the center and the other at alignment of flex-end in a parent <View> with flexDirection: row in the horizontal axis. Does anyone have any idea of how this can be done? Thank you in advance!
alignSelf
justifyContent
flexDirection: row
center
flex-end
<View>
2.1m questions
2.1m answers
60 comments
57.0k users