react-native-sk-refreshable-listview
react-native-sk-refreshable-listview copied to clipboard
Component wrap ListView, supports: 1 pull up to refresh 2 pull down to load more 3 scroll to top 4 scroll to bottom
undefined is not an object (evaluating 'PropTypes.func') in TopButton.js "react": "^15.1.0", "react-native": "^0.27.2",
看了你的源码自己做了一个,很感谢
handleEndReached(e) { console.log('handleEndReached') if (! this.props.showLoadMore) return; this.startLoadMore(); }, 这个事件没执行
