gpt4 book ai didi

react-native - React Native Android 静态本地镜像

转载 作者:行者123 更新时间:2023-12-01 13:24:24 24 4
gpt4 key购买 nike

我对本地镜像有疑问。我的 React native 版本是 0.14.2

我的存储库 App 中有一个文件 index.android.js,代码如下:

<Image source={require('./house.png')} style={styles.image}/>

如果我将我的图像放在 App 和 App/assets 中,它会起作用。如果我只是将我的图像放在 App 中,它是行不通的。

然后,我想这样写我的代码:

<Image source={require('./img/house.png')} style={styles.image}/>

但是,如果我将我的图片放在 App/img 中,它就不起作用了。即使我在 App/assets/img 中添加我的图像,它也不起作用。

最佳答案

图像是相对于您的 .js 文件加载的。所以如果你有

require('./img/image.png')

App/index.android.js中,图片应该放在App/img/image.png中。

没有特殊的 assets/ 文件夹。

关于react-native - React Native Android 静态本地镜像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33778766/

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