react-native-communications icon indicating copy to clipboard operation
react-native-communications copied to clipboard

Newline / linebreak in email body

Open mecmuc opened this issue 7 years ago • 2 comments

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!

mecmuc avatar Feb 21 '19 10:02 mecmuc

I have the problem too. It worked correctly in RN<60, after update it doesn't work

HessiPard avatar Apr 18 '20 09:04 HessiPard

I figured out the main problem, it is related to gmail app. after specific version new line \n doesnt work and only <br> works

HessiPard avatar Apr 18 '20 09:04 HessiPard