1:到app_name\node_modules\react-native\packager\react-packager\src\node-haste\FileWatcher目录下找到index.js文件
(如果没有的可以尝试找:app_name\node_modules\react-native\node_modules\node-haste\lib\FileWatcher\index.js )
2:将
const MAX_WAIT_TIME = 120000;
更改为(或者更长)const MAX_WAIT_TIME = 360000;