gpt4 book ai didi

image - 是否可以将 Image.getSize 与静态图像文件一起使用?

转载 作者:行者123 更新时间:2023-12-03 04:04:37 25 4
gpt4 key购买 nike

我想使用 Image.getSize ( https://facebook.github.io/react-native/docs/image.html ) 来获取图像的大小,但第一个参数要求图像源位于 URI 中,但我不能将 URI 与静态文件一起使用,我只能使用 Require .

因此,是否可以在静态文件上使用 Image.getSize 还是我必须找到其他方法?

最佳答案

您可以使用 resolveAssetSource (来自 react-native/Libraries/Image/resolveAssetSource )来获取图像的大小。

import resolveAssetSource from 'resolveAssetSource';

let icon =  require('./assets/images/icon.png'); 
let source = resolveAssetSource(icon);
// source.width, source.height`

关于image - 是否可以将 Image.getSize 与静态图像文件一起使用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41997611/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com