react-native-email-link icon indicating copy to clipboard operation
react-native-email-link copied to clipboard

openComposer only opens up native mail app iOS

Open eikhunter opened this issue 2 years ago • 4 comments

Hi, I have followed the install instructions for the library, everything seems to be working as expected on Android, but iOS will only ever default open the native iOS "mail" app and not give any options for any other app installed. Using

openComposer({ to: email, });

If I specify the param of app and give it a specific application to open it works as expected, but I want the options of all the app installed first.

Info.plist

<key>LSApplicationQueriesSchemes</key>
<array>
    <string>cydia</string>
    <string>undecimus</string>
    <string>sileo</string>
    <string>zbra</string>
    <string>whatsapp</string>
    <string>mailto</string>
    <string>message</string>
    <string>readdle-spark</string>
    <string>airmail</string>
    <string>ms-outlook</string>
    <string>googlegmail</string>
    <string>inbox-gmail</string>
    <string>ymail</string>
    <string>superhuman</string>
    <string>yandexmail</string>
    <string>fastmail</string>
    <string>protonmail</string>
    <string>szn-email</string>
</array>

Sorry if I have missed a crucial step in the installation, but I can't seem to figure out why it won't give the options.

Thanks in advance

eikhunter avatar Jun 28 '23 08:06 eikhunter

I'm having the same issue. What version are you on? I'm on:

    "react-native-email-link": "1.14.6",

watadarkstar avatar Aug 08 '23 19:08 watadarkstar

Verified, same here. iOS 15.7 - using "react-native-email-link": "^1.14.6",

Noitidart avatar Aug 29 '23 00:08 Noitidart

Any luck?

bharathkandula99 avatar Nov 22 '23 09:11 bharathkandula99

any luck ?

crackhack8266 avatar Feb 11 '24 04:02 crackhack8266

This issue is stale because it has been open for 60 days with no activity.

github-actions[bot] avatar Apr 12 '24 01:04 github-actions[bot]

This issue was closed because it has been inactive for 14 days since being marked as stale. Please feel free to re-open if you feel this issue is still relevant.

github-actions[bot] avatar Apr 26 '24 01:04 github-actions[bot]

Experiencing this as well even on the current latest version 1.16.1

sammiepls avatar Apr 21 '25 05:04 sammiepls