Skip to content

Commit

Permalink
Add mailto scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Mar 6, 2023
1 parent 95da3b6 commit d6980c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Just add this in your `Info.plist` depending on which apps you'd like to support
```xml
<key>LSApplicationQueriesSchemes</key>
<array>
<string>mailto</string>
<string>message</string>
<string>readdle-spark</string>
<string>airmail</string>
Expand Down
1 change: 1 addition & 0 deletions plugin/withEmailLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const withLSApplicationQueriesSchemes = (config, schemes) => {
*/
const withEmailLink = (config) => {
config = withLSApplicationQueriesSchemes(config, [
"mailto",
"message",
"readdle-spark",
"airmail",
Expand Down

0 comments on commit d6980c0

Please sign in to comment.