我试过textAlign=“center”,但它只将文本居中对齐,但我想将整个文本居中对齐,包括最后一行
<Text
style={{
marginTop: 16,
alignSelf: 'center',
fontSize: 15,
width: '75%',
textAlignVertical: 'center',
justifyContent: 'center',
}}>
Making a luxurious lifestyle accessible for a generous group of
women is our daily drive.
</Text>
1条答案
按热度按时间wn9m85ua1#
这里是完整的例子.请阅读有关textAlign属性.