Reviewed By: bestander

Differential Revision: D8067792

fbshipit-source-id: 6ea8f46c3dce80afc3689ba55f348aa645af391e
This commit is contained in:
Spencer Ahrens 2018-05-19 09:14:11 -07:00 committed by Facebook Github Bot
parent 06b0dabaa7
commit 7d741d1119
1 changed files with 4 additions and 2 deletions

View File

@ -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>,
);