This warning appears each time I open the Drawer menu or when any kind of default animations occur in my react native application. Is this an issue with the new version 0.62?
Anyone please help how to get rid of this warning.
Specifications:
react-native-cli: 2.0.1
react-native: 0.62.0
Go to node_modules/react-native-safe-area-view/index.js
at line 192 change
this.view.getNode().measureInWindow((winX, winY, winWidth, winHeight)
to
this.view.measureInWindow((winX, winY, winWidth, winHeight)
Upgrade to the latest version of react-navigation - at the time of writing that's 4.3.9
. - here.
I had the error popping up on almost every screen - because id last updated the version 9months back - this issue has since been attended to in the latest versions.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With