<SGListView
stickyHeaderIndices={[]}
onEndReached={() => {}}
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 won't render. In my case the images:
