[Docs] Clarify schema support for LinkingIOS.openURL in Simulator

This commit is contained in:
Brent Vatne 2015-04-18 16:32:01 -07:00
parent 51cf2802b3
commit ebdc041b4f
1 changed files with 4 additions and 0 deletions

View File

@ -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 {
/**