<Text>
<View style={{ flexDirection: 'row', alignItems: 'center' }} >
<Text style={{ fontSize: 60 }}>Big Text</Text>
<Text style={{ fontSize: 20 }}>Small Text</Text>
</View>
</Text>
style={{textAlignVertical: 'top'}}
<View style={{justifyContent: 'center'}}>
<Text>Vertically Centered Text</Text>
</View>