用途,大多数是配合measure用,记录绑定Ref组件在屏幕的位置
一个Ref的例子 :
showView:function(){
this.timeRef&&this.timeRef.measure((x,y,w,h,px,py)=>{
...
}
}
绑定timeRef ,=>
<TouchableOpacity ref={(ref)=>this.timeRef=ref} onPress={xxx}>
用途,大多数是配合measure用,记录绑定Ref组件在屏幕的位置
一个Ref的例子 :
showView:function(){
this.timeRef&&this.timeRef.measure((x,y,w,h,px,py)=>{
...
}
}
绑定timeRef ,=>
<TouchableOpacity ref={(ref)=>this.timeRef=ref} onPress={xxx}>
本文标题:Ref
本文链接:https://www.haomeiwen.com/subject/ltrknttx.html
网友评论