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} /> )}