From b9580511a6e3d3096705b87c38bf7a76ddbdd7ff Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Mon, 23 Nov 2015 09:49:20 -0800 Subject: [PATCH] Codemod IntentAndroid.{openURI -> openURL} Reviewed By: olegbl Differential Revision: D2680128 fb-gh-sync-id: d9786b6c20d4d6f62cc79fb21ab6861afe30bb54 --- Libraries/Components/Intent/IntentAndroid.ios.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/Intent/IntentAndroid.ios.js b/Libraries/Components/Intent/IntentAndroid.ios.js index 7ae19934d..8b4af29ae 100644 --- a/Libraries/Components/Intent/IntentAndroid.ios.js +++ b/Libraries/Components/Intent/IntentAndroid.ios.js @@ -11,7 +11,7 @@ 'use strict'; module.exports = { - openURI: function(url) { + openURL: function(url) { console.error('IntentAndroid is not supported on iOS'); }, };