diff --git a/index.js b/index.js index 3e0ddbd..36ac0cd 100644 --- a/index.js +++ b/index.js @@ -173,6 +173,7 @@ class SuperGrid extends Component { onLayout={this.onLayout} {...props} horizontal={horizontal} + ref={(c) => { this.flatlist = c; }} /> ); }