对于在安卓上使用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>