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
418 stars 159 forks source link

Fix sendMail #118

Closed Japjappedulap closed 4 years ago

Japjappedulap commented 4 years ago

Changed the way the email intent was launched. Previously, a link was built and passed to the intent. Now, it's done the same way as the official documentation example, that can be seen here.

This fixes issue #117