react-native执行react-native run-ios报错,希望能解决
1,技术栈react + react native + dva + ant design mobile ui
React-navgatio
刚开始搭建项目,初步搭建好各种框架时正常运行,写了几个js文件之后就报错。
2,试过错误提示中所有方法和GitHub、Stack Overflow的方法都没有解决
2 报错信息:
Unable to resolve module react-navigation-redux-helpers
from /Users/dev1/code/RN-APP/jtxapp/decopro/src/router.js
: Module react-navigation-redux-helpers
does not exist in the Haste module map
This might be related to https://github.com/facebook/r...
To resolve try the following:
- Clear watchman watches:
watchman watch-del-all
. - Delete the
node_modules
folder:rm -rf node_modules && npm install
. - Reset Metro Bundler cache:
rm -rf /tmp/metro-bundler-cache-*
ornpm start -- --reset-cache
. - Remove haste cache:
rm -rf /tmp/haste-map-react-native-packager-*
.
RCTFatal
__28-[RCTCxxBridge handleError:]_block_invoke
_dispatch_call_block_and_release
_dispatch_client_callout
_dispatch_main_queue_callback_4CF
CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE
__CFRunLoopRun
CFRunLoopRunSpecific
GSEventRunModal
UIApplicationMain
main
start
0x0
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论