mirror of
https://github.com/zhigang1992/react-native-web.git
synced 2026-01-12 22:51:09 +08:00
[change] Update SwipeableFlatList implementation
Mirror contents of React Native 0.57.5 Ref #1172
This commit is contained in:
@@ -101,6 +101,7 @@ class SwipeableFlatList<ItemT> extends React.Component<Props<ItemT>, State> {
|
||||
}}
|
||||
onScroll={this._onScroll}
|
||||
renderItem={this._renderItem}
|
||||
extraData={this.state}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user