为什么我无法使用React Native解析图像

时间:2019-05-22 07:08:09

标签: image react-native png require

我正在尝试使用路径名来解析图像,但是无论如何,都没有任何效果。

这是路径方法:

images
|  |
|  |
|  myImage.png
|   
components
   |
   UI
    |
    |_ _ SideBar.js

这是SideBar.js中的代码:

<ImageBackground source={require('../../images/myImage.png')} style={{ width: 200}}>
   <Text>Profile Card</Text>
</ImageBackground>

1 个答案:

答案 0 :(得分:0)

我只需停止并重新运行我的程序包即可解决此问题