1. 程式人生 > >ReactNative 獲取元件VIEW 的高度

ReactNative 獲取元件VIEW 的高度


  
  1. onLayout = (event)=>{
  2. console.log(event.nativeEvent.layout.height)
  3. }


頁面引用

onLayout = {(event)=>this
.onLayout(event)}


react native 入門記錄  


錯誤請指正