标签: react-native
如何从标记为红色的位置显示文本?
enter image description here
答案 0 :(得分:0)
您可以为此添加空白空间 <Text>{'This is first line text'}<Text>{' this is second line text'}</Text></Text>
<Text>{'This is first line text'}<Text>{' this is second line text'}</Text></Text>