Breaking custom components on multiple lines – React native
I want to render a list in react native. The list items should be very simple, at least in theory. It has a header and a body. The header is no problem. It's just a Text component. But I do…