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
本文标题:React-Native使用ui-manager获取高度
本文链接:https://www.haomeiwen.com/subject/tbmrhttx.html
网友评论