React-Native图片平铺整个背景的布局和样式

React-Native平铺背景


        
backgroundImage: {
    position: 'absolute',
    left: 0,
    right: 0,
    top: 0,
    bottom: 0,
    height: null,
    width: null,
    zIndex: -1
  }

你可能感兴趣的:(React-Native图片平铺整个背景的布局和样式)