tschoffelen / react-native-email-link

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

Support cc and bcc on Android #123

Closed netshade closed 1 year ago

netshade commented 1 year ago

This pull request adds support for bcc and cc values to be placed in the mailto link on Android. It has been tested w/ the Gmail app on an Android emulator. Documentation updated to reflect that cc and bcc now available on Android or iOS.

tschoffelen commented 1 year ago

Released to NPM as react-native-email-link@1.14.6

netshade commented 1 year ago

Awesome, thanks for merge :)