Skip to content

Commit

Permalink
Merge pull request #144 from pke/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen authored Sep 24, 2024
2 parents cd2bc4f + da2c43c commit 84ba4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

---

An easy way to open an email app of the user's choice, based on the apps they have installed
An easy way to open an email app of the user's choice, based on the mail apps they have installed
on their device. Very helpful for magic link logins.

Currently supported apps:
Expand Down Expand Up @@ -43,7 +43,7 @@ Based on the platforms your app supports, you also need to:

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.

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.
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.

```xml
<key>LSApplicationQueriesSchemes</key>
Expand Down

0 comments on commit 84ba4b5

Please sign in to comment.