From 45a22a2fd22c16bd0b31f77ca63bc290a17f358c Mon Sep 17 00:00:00 2001 From: James Ide Date: Thu, 24 Jan 2019 02:00:23 -0800 Subject: [PATCH] Comment out broken InputAccessoryView warning It oesn't make sense for this module to warn on iOS but it does. --- Libraries/Components/TextInput/InputAccessoryView.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Components/TextInput/InputAccessoryView.js b/Libraries/Components/TextInput/InputAccessoryView.js index 45b8399c5e62e0..ce6a6a6eb08109 100644 --- a/Libraries/Components/TextInput/InputAccessoryView.js +++ b/Libraries/Components/TextInput/InputAccessoryView.js @@ -89,7 +89,7 @@ type Props = { class InputAccessoryView extends React.Component { render(): React.Node { - console.warn(' is not supported on Android yet.'); + // console.warn(' is not supported on Android yet.'); if (React.Children.count(this.props.children) === 0) { return null;