Skip to content

Commit

Permalink
Comment out broken InputAccessoryView warning
Browse files Browse the repository at this point in the history
It oesn't make sense for this module to warn on iOS but it does.
  • Loading branch information
ide committed Jan 24, 2019
1 parent db30c20 commit 45a22a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/TextInput/InputAccessoryView.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type Props = {

class InputAccessoryView extends React.Component<Props> {
render(): React.Node {
console.warn('<InputAccessoryView> is not supported on Android yet.');
// console.warn('<InputAccessoryView> is not supported on Android yet.');

if (React.Children.count(this.props.children) === 0) {
return null;
Expand Down

0 comments on commit 45a22a2

Please sign in to comment.