首页 > react native Image 如何自适应屏幕居中,即使图片宽度比屏幕大也不截取

react native Image 如何自适应屏幕居中,即使图片宽度比屏幕大也不截取

react native Image 如何自适应屏幕居中,即使图片宽度比屏幕大也不截取


      <View style={{flex: 1, alignItems: 'center', justifyContent: 'center'}}>
          <Image
              source={{uri: 'http://space.ednchina.com/Upload/Blog/2007/12/27/40023b27-41f1-4163-87c1-c816429eee22.jpg'}}
              style={{width: 450, height: 338}} />
      </View>
【热门文章】
【热门文章】