react native Image 占满整个屏幕

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/NotesChapter/article/details/80082124
imageBg : {
flex: 1,
alignItems: 'center',
justifyContent: 'center',
//宽高为 null 屏幕自适应
width: null,
height:null,
resinzeMode: Image.resizeMode.stretch
}

猜你喜欢

转载自blog.csdn.net/NotesChapter/article/details/80082124