freeljt

Results 1 comments of freeljt

Thanks for the quick reply! I have code: SGListView style={styles.listStyle} initialListSize={10} scrollRenderAheadDistance={1000} onEndReachedThreshold={1000} stickyHeaderIndices={[]} pageSize={1} dataSource={this.state.data} renderRow={this.renderRow} renderScrollComponent={renderScrollComponent} function renderScrollComponent(props) { return ; } And the {InvertibleScrollView} never got engaged....