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.
按照提示,也没解决问题!
This might be related to facebook/react-native#4968
To resolve try the following:
watchman watch-del-all.node_modulesfolder:rm -rf node_modules && npm install.rm -fr $TMPDIR/react-*ornpm start -- --reset-cache.按照提示,也没解决问题!