react-native-gifted-listview
react-native-gifted-listview copied to clipboard
✌️ ListView with pull-to-refresh and infinite scrolling for Android and iOS React-Native apps
Can the author rewrite it using FlatList?
react.createclass is undefine.
the warning is like this.
When i just import the following: ``` import GiftedListView from 'react-native-gifted-listview'; ``` getting following error: ``` undefined is not a function (evaluating 'React.createClass') ```
Since upgrading I'm now getting this error. My setup looks like this: ``` ``` e.g. I'm using withSections={false}. Any ideas?
I am trying to prepend new row to existing GiftedListView with loaded data. Thank.
I would like the list to scroll or display to the bottom of the list. My list is reverse sorted and as such I would like the last item in...
https://github.com/FaridSafi/react-native-gifted-listview/blob/master/GiftedListView.js#L217
_renderRefreshableWaitingView(refreshCallback) { if (Platform.OS == 'ios') { return ( ↓ ); } else { return ( ↻ ); } } _renderRefreshableWillRefreshView() { return ( ↻ ); } render() { return...