Skip to content

Commit

Permalink
Resolve change in ScrollViewStickyHeader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij86 committed Nov 7, 2020
1 parent eac0ad3 commit ee1f4c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Libraries/Components/ScrollView/ScrollViewStickyHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class ScrollViewStickyHeader extends React.Component<Props, State> {
// Fabric Detection
// eslint-disable-next-line dot-notation
const isFabric = !!(
this._ref && this._ref['_internalInstanceHandle']?.stateNode?.canonical
);

// Initially and in the case of updated props or layout, we
Expand Down

0 comments on commit ee1f4c3

Please sign in to comment.