
This might be related to facebook/react-native#4968
To resolve try the following:
- Clear watchman watches:
watchman watch-del-all.
- Delete the
node_modules folder: rm -rf node_modules && npm install.
- Reset packager cache:
rm -fr $TMPDIR/react-* or npm start -- --reset-cache.
可能是环境配的问题,楼主可以帮忙看一下吗