反应原生灯箱中心图像

时间:2021-02-03 07:33:43

标签: react-native lightbox

大家好,我正在尝试使用灯箱。这是我的源代码。

  <Lightbox>
        <Image
          source={require('../img/sample.png')}
          style={{
            width: 300,
            height: 200,
            resizeMode: 'contain',//also tryed cover
            borderRadius: 8,
          }}
        />
      </Lightbox>

它像这样打开图像。我该如何解决它

enter image description here

enter image description here

添加了新代码但相同

enter image description here

0 个答案:

没有答案