React-Native平铺背景
<Image style={styles.backgroundImage} resizeMode='cover' source={{
uri: 'http://7xi8d6.com1.z0.glb.clouddn.com/2017-11-17-22794158_128707347832045_9158114204975104000_n.jpg',
}} >
</Image>
backgroundImage: {
position: 'absolute',
left: 0,
right: 0,
top: 0,
bottom: 0,
height: null,
width: null,
zIndex: -1
}