Loading dependency graph,done卡住
来源:2-

雨中独行
2019-07-18
运行:react-native start
画面一直停在
Loading dependency graph,done
手机上的报错信息:enable to load script.make sure you’re either run a Metro server(run react-native start) or that your bundle “Index.android.bundle” is packaged correctly for release
如截图
写回答
1回答
-
试下:
删除node_modules;
npm install重新安装;
关闭所有终端;
删除APP;
重新运行项目;
012019-07-26
相似问题