tschoffelen / react-native-email-link

📭 Open an email client from React Native (for 'magic link' type functionality).
MIT License
409 stars 74 forks source link

Feat: Add encodeBody option to openCompose function #77

Closed cesar3030 closed 4 years ago

cesar3030 commented 4 years ago

Problem

When I call openCompose on Android, the body is encoded by default. I would like to have control over that behaviour to avoid having my email body looking like this:

Screen Shot 2020-10-24 at 1 38 39 PM

Solution

Note: My linter has updated some of the code, just tell me if you want to revert these changes...

Fixes #76

tschoffelen commented 4 years ago

Looks great, thanks for the contribution!

cesar3030 commented 4 years ago

You're welcome!

tschoffelen commented 4 years ago

Released as 1.10.0