fram-x / react-native-styled-text

Styled Text for React Native
MIT License
69 stars 11 forks source link

how to view text Justified (build for android)? #20

Closed elvis-hp closed 5 years ago

bjornegil commented 5 years ago

Do you mean like left or right aligned?

elvis-hp commented 5 years ago

Do you mean like left or right aligned?

y, here for a sample

image

bjornegil commented 5 years ago

StyledText just transforms to nested RN Text components, so you can apply the same formatting as you can do for RN Text