/node_modules/react-native-safe-area-view/index.js update:
from:
this.view._component.measureInWindow((winX, winY, winWidth, winHeight) => {
to:
this.view.getNode().measureInWindow((winX, winY, winWidth, winHeight) => {
Article Categories:
config