You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
7
7
---
8
8
9
-
An easy way to open an email app of the user's choice, based on the apps they have installed
9
+
An easy way to open an email app of the user's choice, based on the mail apps they have installed
10
10
on their device. Very helpful for magic link logins.
11
11
12
12
Currently supported apps:
@@ -43,7 +43,7 @@ Based on the platforms your app supports, you also need to:
43
43
44
44
To allow your app to detect if any of the mailbox apps are installed, an extra step is required on iOS. Your app needs to provide the `LSApplicationQueriesSchemes` key inside `ios/{my-project}/Info.plist` to specify the URL schemes with which the app can interact.
45
45
46
-
Just add this in your `Info.plist` depending on which apps you'd like to support. Omitting these might mean that the library can't detect some of the maps apps installed by the user.
46
+
Just add this in your `Info.plist` depending on which apps you'd like to support. Omitting these might mean that the library can't detect some of the mail apps installed by the user.
0 commit comments