react native 自適應高度

在項目中可能會遇到這樣的需求,可使用onlayout獲取高度,而後設置上去。函數 先在須要獲取高度的地方綁定一個函數,this <View style={styles.OilCon} onLayout={this.changeViewLayout.bind(this)}> <Text>hello, I am Test.</Text> </View> <View ref={test=> {
相關文章
相關標籤/搜索