BR в React Native
<Text>
Hi~{"\n"}
this is a test message.
</Text>
Strange Seahorse
<Text>
Hi~{"\n"}
this is a test message.
</Text>
you need use {'\n'} as line breaks in text component, whenever you need to add line break in react native application