React Native stuck at Starting Packager
i'm new to react native and i was trying to build an app to see how it works,i followed the steps given here
Getting Started with React Native
till npm start,everything seems to be fine,after i type npm start,it says
12:08:53 PM: Starting packager...
and gets stuck at that,am i doing something wrong,I'm on Ubuntu 16.04
any inputs would be helpful
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
链接地址: http://www.djcxy.com/p/39962.html