'CSS textAlign Justify adds big trailing space at the buttom

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



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source