Added reference to the internal flatlist

This commit is contained in:
Agustin Collazo Mayer
2018-12-11 17:40:22 -03:00
parent ac50f91ab5
commit 077ec7c8f2

View File

@@ -173,6 +173,7 @@ class SuperGrid extends Component {
onLayout={this.onLayout}
{...props}
horizontal={horizontal}
ref={(c) => { this.flatlist = c; }}
/>
);
}