Skip to content

Commit

Permalink
[change] Update SwipeableFlatList implementation
Browse files Browse the repository at this point in the history
Mirror contents of React Native 0.57.5

Ref #1172
  • Loading branch information
necolas committed Dec 30, 2018
1 parent eec92a3 commit c44b158
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ class SwipeableFlatList<ItemT> extends React.Component<Props<ItemT>, State> {
}}
onScroll={this._onScroll}
renderItem={this._renderItem}
extraData={this.state}
/>
);
}
Expand Down

0 comments on commit c44b158

Please sign in to comment.