反应本机文本左对齐

时间:2018-10-17 08:10:21

标签: react-native text-align

嗨,我是本机反应的新手,有人可以建议我如何在同一位置向左对齐文本吗?

请查看我的代码和屏幕截图

<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>

屏幕截图enter image description here

0 个答案:

没有答案