react-native-communications
react-native-communications copied to clipboard
Newline / linebreak in email body
How do you create a line break in an email body, so that it works on all devices?
Most of the times \n is working, but on a new Android 9 Huawai device only the html <br> is working. How can I solve this for all? Thanks!
I have the problem too. It worked correctly in RN<60, after update it doesn't work
I figured out the main problem, it is related to gmail app.
after specific version new line \n doesnt work and only <br> works