Skip to content

Commit

Permalink
Fix 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 ee1f4c3 commit f4e129a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Libraries/Components/ScrollView/ScrollViewStickyHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ 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 f4e129a

Please sign in to comment.