You can set the parent to wrap child component like this.
alignSelf: ‘baseline’
<View style={{ alignSelf:'baseline'}}>
<Text>Child Content</Text>
</View>
Wrap child content horizontally.
You can set the parent to wrap child component like this.
alignSelf: ‘baseline’
<View style={{ alignSelf:'baseline'}}>
<Text>Child Content</Text>
</View>
Wrap child content horizontally.