反应原生的文本对齐

时间:2018-03-16 09:48:19

标签: react-native

我们如何在不使用webView的情况下为android和iOS做出本机反应的文本,因为webView在放入另一个视图后在android中不可见。

以下选项仅适用于iOS。

textAlign='justify'

2 个答案:

答案 0 :(得分:1)

https://facebook.github.io/react-native/docs/text.html#style

正如在这里写的那样,对于android的证明是不可用的...大多数技巧建议使用left或者你正在使用webview ...

答案 1 :(得分:-1)

使用webView解决了这个问题。要在ScrollView中显示webView,我只需要为webView添加高度。

https://github.com/jsdf/react-native-htmlview/issues/7