mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-26 05:15:49 +08:00
Prettier
Reviewed By: bestander Differential Revision: D8067792 fbshipit-source-id: 6ea8f46c3dce80afc3689ba55f348aa645af391e
This commit is contained in:
committed by
Facebook Github Bot
parent
06b0dabaa7
commit
7d741d1119
@@ -759,7 +759,8 @@ class VirtualizedList extends React.PureComponent<Props, State> {
|
||||
<View onLayout={this._onLayoutHeader} style={inversionStyle}>
|
||||
{
|
||||
// $FlowFixMe - Typing ReactNativeComponent revealed errors
|
||||
element}
|
||||
element
|
||||
}
|
||||
</View>
|
||||
</VirtualizedCellWrapper>,
|
||||
);
|
||||
@@ -894,7 +895,8 @@ class VirtualizedList extends React.PureComponent<Props, State> {
|
||||
<View onLayout={this._onLayoutFooter} style={inversionStyle}>
|
||||
{
|
||||
// $FlowFixMe - Typing ReactNativeComponent revealed errors
|
||||
element}
|
||||
element
|
||||
}
|
||||
</View>
|
||||
</VirtualizedCellWrapper>,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user