when i display text component and loads big text file in React native, and style it as
textAlign: "justify"
there is a very big space at the end of the text component
is there a solution or other technic to justify the displayed text left and right other than textAlign: "justify"
triming text using JS does not do the trick since CSS overrides Js function again