sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

renderRow height error #30

Closed ghost closed 8 years ago

ghost commented 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