Large <Text /> not displaying (Blank renctangle)

I have a chat in my app but when a text is really long the app shows like a blank rectangle! Like this:

The code inside the blue rectangle is:
<Text Value="{text}" TextWrapping="Wrap" TextColor="{ColorTextos}" Alignment="CenterLeft" />

This is a known limitation. see this : Large Text inside ScrollView disappears on iOS simulator and device

Thanks! I will do that!