React Native stuck at Starting Packager

倾然丶 夕夏残阳落幕 提交于 2019-12-01 03:10:52
Sahand

It was fixed by runnig

sudo sysctl -w fs.inotify.max_user_watches=10000

See this site:

https://forums.expo.io/t/packager-not-loading-on-linux/2034/3

everyone has a different solution, depending on the problem.I have a few step that work for me.I just run this command on console:

react-native start --reset-cache

wait until console display like image below:

after that press Ctrl + C and run npm start or yarn start or other command to run your react-native project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!