1

enter image description here

As you can see here, the word transforming is overflowing to the next line and breaking. How can we prevent this? is there a way to reduce the font size when this happens so that the entire word appears on the same line? we are looking for iOS solutions.

macropod
  • 12,757
  • 2
  • 9
  • 21
Nikit
  • 44
  • 1
  • 5
  • there are multiple solution to this go through this https://stackoverflow.com/questions/33628677/react-native-responsive-font-size – rishikesh_07 Oct 14 '22 at 04:19
  • Thanks a majority of solutions in the thread are about responsive font sizes and dont necessarily fix the word break problem. But its a good start for us. we will see which one can work for us. – Nikit Oct 14 '22 at 06:20

1 Answers1

0

Try this

Apply

ellipsizeMode="tail"

in your Text

Arnold Brown
  • 1,330
  • 13
  • 28