From ebdc041b4f6afac4e08e2abee9b0d787f651e752 Mon Sep 17 00:00:00 2001 From: Brent Vatne Date: Sat, 18 Apr 2015 16:32:01 -0700 Subject: [PATCH] [Docs] Clarify schema support for LinkingIOS.openURL in Simulator --- Libraries/LinkingIOS/LinkingIOS.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Libraries/LinkingIOS/LinkingIOS.js b/Libraries/LinkingIOS/LinkingIOS.js index d3a845018..7bd5c008b 100644 --- a/Libraries/LinkingIOS/LinkingIOS.js +++ b/Libraries/LinkingIOS/LinkingIOS.js @@ -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 { /**