Skip to content

Commit

Permalink
[Docs] Clarify schema support for LinkingIOS.openURL in Simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Vatne committed Apr 18, 2015
1 parent 51cf280 commit ebdc041
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Libraries/LinkingIOS/LinkingIOS.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ var DEVICE_NOTIF_EVENT = 'openURL';
* }
* });
* ```
*
* _The iOS simulator does not support the `mailto:` and `tel:` schemas
* because the Mail and Phone apps are not installed - you will need to test
* them on a device._
*/
class LinkingIOS {
/**
Expand Down

0 comments on commit ebdc041

Please sign in to comment.