react-native-sglistview
react-native-sglistview copied to clipboard
SGListView is a memory minded implementation of React Native's ListView
This is an awesome work but as official website of RN, Listview has been marked as deprecated and recommend to use Flatlist and Sectionlist. I am interested in any similar...
When scrolling upwards, it uses its performance technique which hides the row but it does it prematurely. As soon as the bottom of the row touches the bottom of the...
i get this msg when i"m tring to import SGListView; .  did anyone run it to this?
Hi, i am trying to load more data while user scroll end of the items using sglistview. but OnEndReched does not fire the event to fetch new setup data to...
I notice when I scroll fast that some rows don't get set to be visible again... Also when data is added to DataSource (infinite scrolling) sometimes the first new row...
SGListView's renderScrollComponent prop function was not called for me. Maybe the code should be as below? if (**this.**props.renderScrollComponent) { component = **this.**props.renderScrollComponent(props); } else { component = _react2.default.createElement(_reactNative.ScrollView, props); }
The idea of this package is great, but there are still some bugs on it the development is stopped since last August, would be good to add more maintainers to...
I have a rendering bug that doesn't occur with the normal ListView. It occurs when I use section Headers. After some scrolling, the items start overlapping each other. I'm assuming...
``` {}} onEndReachedThreshold={1} pageSize={1} initialListSize={10} contentContainerStyle={styles.listView} dataSource={this.state.dataSource} renderRow={this._renderRow} ``` with this style: ``` listView: { justifyContent: 'flex-start', flexDirection: 'row', flexWrap: 'wrap', paddingTop: 52, }, ``` the rest of the rows...
I'm getting this error randomly. Seems to be related to scroll speed.