Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlewis committed Nov 19, 2017
1 parent 86ea224 commit e9cde53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Lists/FlatList.js
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ class FlatList<ItemT> extends React.PureComponent<Props<ItemT>, void> {
_listRef: null | VirtualizedList | ListView;
_virtualizedListPairs: Array<ViewabilityConfigCallbackPair> = [];

_captureRef = (ref: null | VirtualizedList | ListView) => {
_captureRef = ref => {
this._listRef = ref;
};

Expand Down

0 comments on commit e9cde53

Please sign in to comment.