Prettier
Reviewed By: bestander Differential Revision: D8067792 fbshipit-source-id: 6ea8f46c3dce80afc3689ba55f348aa645af391e
This commit is contained in:
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>,
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue