Closed eikhunter closed 7 months ago
I'm having the same issue. What version are you on? I'm on:
"react-native-email-link": "1.14.6",
Verified, same here. iOS 15.7 - using "react-native-email-link": "^1.14.6",
Any luck?
any luck ?
This issue is stale because it has been open for 60 days with no activity.
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.
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
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