Skip to content
This repository was archived by the owner on Jan 30, 2021. It is now read-only.

Commit 91b98e8

Browse files
authored
Update index.js
1 parent 517e0dd commit 91b98e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ class SafeView extends Component {
179179

180180
const { width: WIDTH, height: HEIGHT } = getResolvedDimensions();
181181

182-
this.view._component.measureInWindow((winX, winY, winWidth, winHeight) => {
182+
this.view.getNode().measureInWindow((winX, winY, winWidth, winHeight) => {
183183
if (!this.view) {
184184
return;
185185
}

0 commit comments

Comments
 (0)