打包后图片资源加载问题
来源:16-12 React Native 混合开发实战(iOS篇)-3【解锁新的开发方式】
MaxwellYu
2020-10-10
老师你好
<Image
source={{ uri: this.props.url }}
defaultSource={require("./placeholder.png")}
style={styles.goodsImg}
/>
想问一下 在本地加载图片 OK
iOS侧打包后 运行到这就崩溃了
我打包的图片资源都在xcode里,请问这个地方如何解决 。
写回答
1回答
-
CrazyCodeBoy
2020-10-12
将资源放到rn工程的目录下进行引用试一下,可参考课程中对图片的引用。
022020-10-13
相似问题