JavaShuo
栏目
标签
React-Native Image加载本地图片报错error: bundling failed: Error: Unable to resolve module
时间 2020-12-27
栏目
React
繁體版
原文
原文链接
在初步学习React-Native 用Imgae加载本地的时候 遇到了这个问题,代码是这样的 在根目录下的images文件夹内有backicon.png这张图片 按上面配置的路径,在代码中是可以定位到图片的,但是实际运行测试就报错找不到这个图片,后来测试才发现要这样写 改成这样之后可以正常运行,原因是引用该图片的Login.js与图片的文件夹层级不同,需要跳到同一级才能找到,不过为什么不加../.
>>阅读原文<<
相关文章
1.
React Native error: bundling failed: Error: Unable to resolve module `AccessibilityInfo` from...问题解决
2.
error: bundling failed: Error: Unable to resolve module `@babel/runtime/helpers/objectSpread`
3.
React Native --bundling failed: Error: Unable to resolve module /../react-transform-hmr/lib/index.js
4.
ERROR: Failed to resolve: com.github.**** 报错
5.
报ERROR: Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.47错
6.
ERROR: Failed to resolve: com.serenegiant:common:2.12.4
7.
ERROR: Failed to resolve: com.github.PhilJay:MPAndroidChart:v3.1.0
8.
Error:(38, 13) Failed to resolve: com.github.PhilJay:MPAndroidChart:v3.0.1
9.
Error: Failed to resolve: com.android.support:recyclerview-v7
10.
ERROR: Failed to resolve: com.github.tbruyelle:rxpermissions:0.10.2
更多相关文章...
•
ADO Error 对象
-
ADO 教程
•
ionic 加载动作
-
ionic 教程
•
RxJava操作符(五)Error Handling
•
Kotlin学习(二)基本类型
相关标签/搜索
error
error#2036
cv2.error
target...error
event&error
error#2044
图片懒加载
bundling
unable
resolve
React
PHP 7 新特性
Redis教程
MySQL教程
0
分享到微博
分享到微信
分享到QQ
每日一句
每一个你不满意的现在,都有一个你没有努力的曾经。
最新文章
1.
.Net core webapi2.1生成exe可执行文件
2.
查看dll信息工具-oleview
3.
c++初学者
4.
VM下载及安装
5.
win10下如何安装.NetFrame框架
6.
WIN10 安装
7.
JAVA的环境配置
8.
idea全局配置maven
9.
vue项目启动
10.
SVN使用-Can't remove directoryXXXX,目录不是空的,项目报错,有红叉
本站公众号
欢迎关注本站公众号,获取更多信息
相关文章
1.
React Native error: bundling failed: Error: Unable to resolve module `AccessibilityInfo` from...问题解决
2.
error: bundling failed: Error: Unable to resolve module `@babel/runtime/helpers/objectSpread`
3.
React Native --bundling failed: Error: Unable to resolve module /../react-transform-hmr/lib/index.js
4.
ERROR: Failed to resolve: com.github.**** 报错
5.
报ERROR: Failed to resolve: com.github.CymChad:BaseRecyclerViewAdapterHelper:2.9.47错
6.
ERROR: Failed to resolve: com.serenegiant:common:2.12.4
7.
ERROR: Failed to resolve: com.github.PhilJay:MPAndroidChart:v3.1.0
8.
Error:(38, 13) Failed to resolve: com.github.PhilJay:MPAndroidChart:v3.0.1
9.
Error: Failed to resolve: com.android.support:recyclerview-v7
10.
ERROR: Failed to resolve: com.github.tbruyelle:rxpermissions:0.10.2
>>更多相关文章<<