From 6c9c97aace54b5db730e56a70f1f3fb20586edd0 Mon Sep 17 00:00:00 2001 From: alvaromb Date: Mon, 19 Dec 2016 11:03:33 +0100 Subject: [PATCH] closes #60 Solves ListView warnings with the passed props --- lib/KeyboardAwareListView.js | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/KeyboardAwareListView.js b/lib/KeyboardAwareListView.js index 0ea14d5..e41f201 100644 --- a/lib/KeyboardAwareListView.js +++ b/lib/KeyboardAwareListView.js @@ -6,7 +6,6 @@ import KeyboardAwareMixin from './KeyboardAwareMixin' const KeyboardAwareListView = React.createClass({ propTypes: { - ...ListView.propTypes, viewIsInsideTabBar: React.PropTypes.bool, resetScrollToCoords: PropTypes.shape({ x: PropTypes.number,