Closed ruxiang05 closed 2 years ago
I have Mail and Gmail installed. However, the app is not showing the sheet, but opens the Mail app instead.
This is my config in app.json
app.json
"plugins": ["react-native-email-link"], "infoPlist": { "LSApplicationQueriesSchemes": [ "message", "readdle-spark", "airmail", "ms-outlook", "googlegmail", "inbox-gmail", "ymail", "superhuman", "yandexmail" ] }
Using latest version 1.31.1. I am using Expo Testing on iOS physical device. What is happening here? Am I missing something?
1.31.1
Expo
Did you rebuild the native app after making those changes to your app.json file?
Yes, i rebuilt it
I am experiencing the same thing. Always opens up the Mail app even though I have Gmail app installed.
I have Mail and Gmail installed. However, the app is not showing the sheet, but opens the Mail app instead.
This is my config in
app.json
Using latest version
1.31.1
. I am usingExpo
Testing on iOS physical device. What is happening here? Am I missing something?