Closed MikeDuister closed 2 years ago
This is a really good point! Thanks!
Should we stay consistent with Apple's terminology? Seems to be "Default email reader" (ref)
I agree. I've changed the title
Thanks! Released to NPM as react-native-email-link@1.14.1
Since iOS 14 (and iPadOS 14) Apple allows users to change the default mail app
Because
mailto://
is used for composing (due tomessage://
not supporting any parameters) the title no longer fits the app it opens. This proposal provides a bandaid in the form of an override based on the action type ("default mail client" instead of "Mail" when callingopenComposer
).