React Native Text Trailing Space

385 Views Asked by At

I have a simple Text element that loads data from json file,and every thing works fine, but when i apply styling "justify",i found a big trailing space at the end of the Text and cannot remove it.

i tried trimming {mydata.trim()}, It did not work,or may be the trim worked but applying the Styling justify Add the trailing space again.

any Suggestions

0

There are 0 best solutions below