对于在安卓上使用textAlign: 'justify'无效的解决办法
<View style={{flex: 1}}>
<WebView
source={{ html: "<p style='text-align: justify;'>text</p>" }}
/>
</View>
对于在安卓上使用textAlign: 'justify'无效的解决办法
<View style={{flex: 1}}>
<WebView
source={{ html: "<p style='text-align: justify;'>text</p>" }}
/>
</View>
本文标题:RN中textAlign: 'justify'无效
本文链接:https://www.haomeiwen.com/subject/ohecvqtx.html
网友评论