Skip to content

Commit 6a55439

Browse files
authored
closes APSL#60 Solves ListView warnings with the passed props (APSL#85)
1 parent bc9b156 commit 6a55439

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/KeyboardAwareListView.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import KeyboardAwareMixin from './KeyboardAwareMixin'
66

77
const KeyboardAwareListView = React.createClass({
88
propTypes: {
9-
...ListView.propTypes,
109
viewIsInsideTabBar: React.PropTypes.bool,
1110
resetScrollToCoords: PropTypes.shape({
1211
x: PropTypes.number,

0 commit comments

Comments
 (0)