Closed furkhail closed 4 years ago
Oh! That's definitely by mistake. Thanks!
Published as react-native-email-link@1.7.0
.
I just realized that I missed adding compatibility to the uriparameters. @tschoffelen could you add that too?
Sorry, what do you mean?
@tschoffelen I think @furkhail is referring to the uriParams
for prepopulating the mail composer. For Yahoo Mail, they are:
{
path: 'mail/compose',
to: 'to',
cc: 'cc',
bcc: 'bcc',
subject: 'subject',
body: 'body'
}
I don’t know what they would be for Superhuman.
I see! Done!
This PR removed compatibility with those two email clients. In case that was done by mistake, this tries to bring it back.