From 00318ee2ac3435ef54fa94d7e913accae380b11e Mon Sep 17 00:00:00 2001 From: Jonathan Machado Date: Wed, 31 Jul 2019 16:08:09 -0300 Subject: [PATCH] Correction of the problem when you have a very long list --- lib/components/RowItem.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/components/RowItem.js b/lib/components/RowItem.js index d08ed48..78c0cdc 100644 --- a/lib/components/RowItem.js +++ b/lib/components/RowItem.js @@ -309,6 +309,7 @@ class RowItem extends Component { extraData={selectedItems} ItemSeparatorComponent={this._renderSubSeparator} renderItem={this._renderSubItemFlatList} + {...this.props} /> )}