I Know you can use maxLength to decide how many characters allowed in a text input, but is there any similar property to the Text ?
as you see in the picture here the text runs out of the screen, i want to set it to something like
<Text maxLength={20}> Text Inside Here </Text>
Image of the use case: