lucasferreira / react-native-send-intent

React Native Android module to use Android's Intent actions for send text to shareable apps or make phone calls or opening third party apps
419 stars 159 forks source link

sendMail doesn't work as expected with encodable chars #117

Closed Japjappedulap closed 4 years ago

Japjappedulap commented 4 years ago

After testing the sendMail method in my project, on:

I've noticed inconsistent behaviour on multiple email clients (stock samsung email app/gmail). Running sendMail with messages like a&b would open on gmail as a and the stock samsung email as a&b, when instead, it should open both of them with the exact text (a&b).

lucasferreira commented 4 years ago

Hi @Japjappedulap

PR accepted and already published in NPM.

Thanks for all!