Closed ghost closed 8 years ago
contentContainerStyle={ justifyContent: 'space-around', flexDirection: 'row', flexWrap: 'wrap', } renderRow={ (rowData) => <Image style={width:123, height:200 }} />}
inspect:
ListView ->StaticRenderer 123 x 200
SGListView ->ListView->StaticRenderer 123 x 1600
contentContainerStyle={ justifyContent: 'space-around', flexDirection: 'row', flexWrap: 'wrap', } renderRow={ (rowData) => <Image style={width:123, height:200 }} />}
inspect:
ListView ->StaticRenderer 123 x 200
SGListView ->ListView->StaticRenderer 123 x 1600