react-native 适配问题

react

const ScreenWidth = Dimensions.get('window').width;

static DimensionsTransform(px) {

// 设计图纸以750为基准

return px/750*ScreenWidth

}

  

以上是 react-native 适配问题 的全部内容, 来源链接: utcz.com/z/383630.html

回到顶部