📜  反应原生 onChangeText 调整背景图像的大小 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:31.440000             🧑  作者: Mango

代码示例1
const d = Dimensions.get("window")

backgroundImage: {
  position: 'absolute'
  flex: 1,
  backgroundColor:'rgba(0,0,0,0.45)',
  width: d.width,
  height: d.height
}