Codemod IntentAndroid.{openURI -> openURL}
Reviewed By: olegbl Differential Revision: D2680128 fb-gh-sync-id: d9786b6c20d4d6f62cc79fb21ab6861afe30bb54
This commit is contained in:
parent
56a56f33d1
commit
b9580511a6
|
@ -11,7 +11,7 @@
|
|||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
openURI: function(url) {
|
||||
openURL: function(url) {
|
||||
console.error('IntentAndroid is not supported on iOS');
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue