无法在React Native WebView中加载png表单react-web的包

时间:2017-05-14 17:19:07

标签: javascript reactjs webview react-native webpack

问题解决了!之所以这是因为图片路径错误!有没有办法关闭问题而不是删除它?希望这有助于其他人。

我使用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

0 个答案:

没有答案