Codemod IntentAndroid.{openURI -> openURL}

Reviewed By: olegbl

Differential Revision: D2680128

fb-gh-sync-id: d9786b6c20d4d6f62cc79fb21ab6861afe30bb54
This commit is contained in:
Martin Konicek 2015-11-23 09:49:20 -08:00 committed by facebook-github-bot-9
parent 56a56f33d1
commit b9580511a6
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
'use strict';
module.exports = {
openURI: function(url) {
openURL: function(url) {
console.error('IntentAndroid is not supported on iOS');
},
};