سلام
از دوستان کسی میدونه تو REACT-NATIVE چه جوری میشه متن رو Justify کرد؟ مشکلم قسمت اندروید هست که مجبور شدم از WebView استفاده کنم ولی نمیتونم توش فونت رو تغییر بدم! کسی در این رابطه میتونه کمکم کنه؟

https://facebook.github.io/react-native/docs/text.html#style
نمونه مثال:
<View style={{flex: 1}}>
<WebView
source={{ html: "<p style='text-align: justify;'>Justified text here</p>" }}
/>
</View>
اینم برا اندروید:
<Text style={{textAlign: 'right'}}>Solve This</Text>
نکته:
Specifies text alignment. The value 'justify' is only supported on iOS and fallbacks to left on Android.