React-native获取高度大致有三种方式,其中一种是
UIManager.measure(findNodeHandle(this.ref), (x, y, width, height) => {
})
this.ref 代表被测量的控件部分,发现如果控件不设置backgroundColor,获取到的数据均为0
React-native获取高度大致有三种方式,其中一种是
UIManager.measure(findNodeHandle(this.ref), (x, y, width, height) => {
})
this.ref 代表被测量的控件部分,发现如果控件不设置backgroundColor,获取到的数据均为0