Text component removes empty lines

I am using a Text component in a mobile app to show data from a Google Sheet, which I have written earlier using a Text Input.

The text content in the Google Sheet contains empty lines, and the data imported into the app also contains empty lines.

When I show that text content in a Text component, all empty lines have been removed, as if the data does not have those lines.
But when I write the same input as default value in a Text Input (for editing) it does contain all the empty lines.

So my conclusion is that the Text component removes all empty lines.

How can I deal with that? I would like to show the content as written.

Hi @Matthias,

Have you tried the plain text option in the text component? Curious if that would work better for your use case :crossed_fingers:
image

Hi Tess.

That worked! Thank you very much.