解决方式: https://github.com/facebook/react-native/issues/3282 由于安卓中视图外的元素不会进行绘制导致有一些屏幕外的元素无法获得真实的偏移值,只要在View上把collapsable={false}这个属性加上去既可以解决。 image.png