react-native-communications
react-native-communications copied to clipboard
Line breaks and newlines converting to <BR> in email
When sending an email message and making the body - 'Stuff here. \n Stuff here.'
- iOS now converts the \n to<BR>
text and shows it in the email. So the email will now read...
Stuff here. <BR> Stuff here.
This has been working up until the latest iOS update. Not sure what to do to fix.
I am also getting the same error as well. Any updates?
I believe this is an iOS issue, not an issue with this lib
This was fixed with the release of iOS 15.