Update index.js

This commit is contained in:
Manny Colon
2017-12-11 01:16:54 -05:00
committed by GitHub
parent 49f38ccc01
commit 17b7763d8d

View File

@@ -131,6 +131,7 @@ class SuperGrid extends Component {
return (
<ListView
enableEmptySections
style={[{ paddingTop: spacing }, style]}
onLayout={this.onLayout}
dataSource={ds.cloneWithRows(rows)}