From 077ec7c8f2d4dd9e8a314dab3ac28e696b8c6f0a Mon Sep 17 00:00:00 2001 From: Agustin Collazo Mayer Date: Tue, 11 Dec 2018 17:40:22 -0300 Subject: [PATCH] Added reference to the internal flatlist --- index.js | 1 + 1 file changed, 1 insertion(+) 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; }} /> ); }