gpt4 book ai didi

react-native - 无法获取本地镜像的大小

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

我正在尝试获取本地镜像的高度以在 React-Native 上对其进行缩放。我尝试了以下代码,但出现 Failed to get size for image: ../../images/body.png 错误。

scaleImg(h) {
Image.getSize('../../images/body.png', (width, height) => {
const scaleFactor = height / h
const imageWidth = width / scaleFactor
this.setState({imgWidth: imageWidth, imgHeight: h})
})
}

最佳答案

我参加聚会迟到了,但仍无人接听。对于本地 Assets ,您必须使用 Image.resolveAssetSource(require('./path')); 代替。

关于react-native - 无法获取本地镜像的大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45239391/

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