嗨,我是本机反应的新手,有人可以建议我如何在同一位置向左对齐文本吗?
请查看我的代码和屏幕截图
<View style={{ flex: 0.33, justifyContent: "space-around" }}>
<Text
numberOfLines={2}
style={{
color: "#000",
textAlign: "left",
alignSelf: "stretch",
marginLeft: 5,
marginTop: 10,
marginBottom: 10
}}>
{item.tran_no.split('-')[1]}
</Text>
</View>