问题解决了!之所以这是因为图片路径错误!有没有办法关闭问题而不是删除它?希望这有助于其他人。
我使用webpack将反应项目打包到bundle.js,并在react-native的WebView中使用,它加载了index.html,如
<WebView
style={styles.web_side_style}
ref={webview => { this.webview = webview; }}
source={require('../src/index.html')}
startInLoadingState={true}>
</WebView>
它在网络端很好用,但不能在React-Native端显示图像(png)。 有谁知道如何解决这个问题?我能清楚地描述这个问题吗?
...
请原谅我的英语不好,这是我第一次用英语提问
react web can load png 在react-web中加载png
enter image description here 在react-native(ios模拟器)中加载png